User Tools

Site Tools


pdftk

This is an old revision of the document!


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.1504891743.txt.gz · Last modified: 2017/09/08 19:29 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki