Linux.com

Re:Can it split a pdf?

Posted by: Anonymous Coward on April 28, 2006 10:00 AM
Well, there's no single command that I'm aware of to do this, as pdftk likes to output a single file. However, two simple commands will do the trick:


    pdftk book.pdf cat 1-4 output part1.pdf

    pdftk book.pdf cat 5-end output part2.pdf


    --kirby

#

Return to Manipulating PDFs with the PDF Toolkit