Code Monkey home page Code Monkey logo

Comments (3)

AbeHandler avatar AbeHandler commented on July 4, 2024

Seems like pdftk can do this https://charlieharvey.org.uk/page/howto_breaking_pdfs_up_into_mutiple_pages

from docsplit.

knowtheory avatar knowtheory commented on July 4, 2024

Hey @AbeHandler,

Yep you're right. Adding page ranges to Docsplit will also require adding them to PDFtailor since PDFtailor just splits a PDF into all of it's constituent pages. If you are interested in adding page ranges to PDFtailor a pull request would be more than welcome!

Although i'm not so down with the --numoutput. My feeling is that if you want pages, use the page subcommand, if you want pdfs we should be talking about the pdf command.

i'm more comfortable with something like docsplit pdf source.pdf --pages 1-5 10-20 30-37 or maybe even docsplit pdf source.pdf --split 1-5 10-20 30-37

from docsplit.

pickhardt avatar pickhardt commented on July 4, 2024

Hi, just checking if page ranges have been added? I want to be able to do Docsplit.extract_text(filepath, start_page: 20, end_page: 25) for example.

from docsplit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.