The following information may have errors; It is not permissible to be read by anyone who has ever met a lawyer. Use is confined to Engineers with more than 370 course hours of electronic engineering for theoretical studies.

ph +1(785) 841 3089 Email inform@xtronics.com

Pdftk

From Transwiki

Jump to: navigation, search

Contents

[edit] 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.

[edit] Splitting files

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

pdftk user_guide.pdf burst

[edit] Removing - reordering

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

[edit] 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
Personal tools