pdftk
Verified for current stable LTS
Pdftk Commands
Pdftk command syntax with verified terminal examples.
Commands
6 commands for Pdftk
pdftk Archive
Pdftk Command: Extract Pages Specific Pdf
pdftk <path/to/input>.pdf cat 1-3 5 6-10 output <path/to/output>.pdf pdftk Operations
Pdftk Command: Interleave Pdfs Scan Order
pdftk A=<path/to/fronts>.pdf B=<path/to/backs>.pdf shuffle A1-end Bend-1 output <path/to/output>.pdf pdftk Operations
Pdftk Command: Merge Pdfs Concatenate
pdftk <path/to/file1>.pdf <path/to/file2>.pdf cat output <path/to/output>.pdf pdftk Operations
Pdftk Command: Rotate All Pages Pdf Clockwise
pdftk <path/to/input>.pdf cat 1-endsouth output <path/to/output>.pdf pdftk Operations
Pdftk Command: Rotate Specific Page Pdf
pdftk <path/to/input>.pdf cat 1-2 3east 4-end output <path/to/output>.pdf pdftk Operations
Pdftk Command: Split Pdf Into Separate Pages
pdftk <path/to/input>.pdf burst output <path/to/out_%d>.pdf Suggest a Pdftk Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Pdftk workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.