pdftk
                This is an old revision of the document!
Table of Contents
pdftk
Attach files to PDF file
pdftk in.pdf attach_files ^
      file1.txt ^
      file2.txt ^
      file3.txt ^
      output out.pdf
Extract pages from PDF file
pdftk A=source.pdf cat A1 A22-37 A82-93 A122-A129 output output.pdf
Add blank page
Create file blank.pdf
Add B=blank.pdf to pdftk call 
Use B1 everywhere a blank page is needed.
pdftk A=source.pdf B=blank.pdf cat A1 B1 A22-37 A82-93 A122-A129 output output.pdf
Rotate Pages
Add the rotation information to the pages in question
pdftk.1504891821.txt.gz · Last modified:  by baumi
                
                