omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Split PDF

    Pythonista
    5
    6
    3605
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Malanowski204
      Malanowski204 last edited by

      Hello all,

      I'm not sure if this is possible with Pythonista, or at all.

      Say I had a 50 page PDF that I wanted to turn into 50, 1 page PDF's. Then say I wanted to toss those files in a specific Dropbox folder. Is that something that Pythonista could handle?

      1 Reply Last reply Reply Quote 0
      • ccc
        ccc last edited by

        This should be quite doable. I don't know much about the PDF format myself but there are tons of tutorials on the topic all across the Internet. You could a search http://www.google.com/search?q=split+pdf+python and look for Pure Python solutions like PyPDF2 https://github.com/mstamy2/PyPDF2 or smpdf https://code.google.com/p/smpdf

        1 Reply Last reply Reply Quote 0
        • peterh86
          peterh86 last edited by

          There are apps that do this. Their main use is to annotate PDFs, so include that word in your search.

          1 Reply Last reply Reply Quote 0
          • Malanowski204
            Malanowski204 last edited by

            @peterh:
            I'm aware of several apps that can split off one page of the PDF, but not split a many page PDF info many single page pdf's. That's why I figured Pythonista might be a good fit.

            @ccc:

            I am going to check those out.

            Thank you both for your replies.

            1 Reply Last reply Reply Quote 0
            • JonesSmith
              JonesSmith last edited by JonesSmith

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • MichaelJames
                MichaelJames last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Powered by NodeBB Forums | Contributors