qpdf
Verified for current stable LTS
Qpdf Commands
Qpdf command syntax with verified terminal examples.
Commands
6 commands for Qpdf
qpdf Archive
Qpdf Command: Extract Pages From Pdf
qpdf --empty --pages <path/to/input.pdf> <1-3,5,6-10> -- <path/to/output.pdf> qpdf Operations
Qpdf Command: Merge Multiple Pdfs
qpdf --empty --pages <path/to/file1.pdf file2.pdf ...> -- <path/to/output.pdf> qpdf Operations
Qpdf Command: Merge Specific Pages From Multiple Pdfs
qpdf --empty --pages <path/to/file1.pdf> <1,6-8> <path/to/file2.pdf> <3,4,5> -- <path/to/output.pdf> qpdf Operations
Qpdf Command: Remove Password From Pdf
qpdf --password=<password> --decrypt <path/to/input.pdf> <path/to/output.pdf> qpdf Operations
Qpdf Command: Rotate Pages In Pdf
qpdf --rotate={90:2,4,6} --rotate={180:7-8} <path/to/input.pdf> <path/to/output.pdf> qpdf Operations
Qpdf Command: Split Pdf Into Multiple Files
qpdf --split-pages=<n> <path/to/input.pdf> <path/to/out_%d.pdf> Suggest a Qpdf Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Qpdf workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.