Sun Aug 2 15:18:46 PDT 2015

Creating A Subset of a PDF Document

If you have a PDF file and want to send only a portion to a friend or colleague, what do you do? With pdftk you can easily create subsets of the pages in a PDF. For example, if you want to drop 5 pages of preamble in a document that you need to send to your boss, you can do that with:

pdftk A=LongDocument.pdf cat A6-end output ShortDocument.pdf 

Posted by ZFS | Permanent link | File under: bash