Disclaimer

This information HAS errors and is made available WITHOUT ANY WARRANTY OF ANY KIND and without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. It is not permissible to be read by anyone who has ever met a lawyer or attorney. Use is confined to Engineers with more than 370 course hours of engineering.
If you see an error contact:
+1(785) 841 3089
inform@xtronics.com

Pdftk


Joining files

pdftk file1.pdf file2.pdf cat output newFile.pdf

cat is short for concatenate -- that is, link together, for those of us who speak plain English -- and output tells pdftk to write the combined PDFs to a new file.

Splitting files

The burst option breaks a PDF into multiple files -- one file for each page:

pdftk user_guide.pdf burst

Removing - reordering

pdftk myDocument.pdf cat 1-9 26-end output removedPages.pdf

Adding attachments

Pdftk can attach binary and text files to a PDF and you can specify what page of the PDF the attachment to appears on.


pdftk html_tidy.pdf attach_files command_ref.html to_page 24 output html_tidy_book.pdf


Rotating particular pages

pdftk input.pdf  rotate 18east 27east 28east 29east 30east 31east output output.pdf
# north south east west left right or down are valid - (some flips?


Top Page wiki Index

Email

(C) Copyright 1994-2019
All trademarks are the property of their respective owners.