pdfjam
Verified for current stable LTS
Pdfjam Commands
Pdfjam command syntax with verified terminal examples.
Commands
6 commands for Pdfjam
pdfjam Operations
Pdfjam Command: Arrange Pages In 2x2 Grid
pdfjam <path/to/file.pdf> --nup <2x2> --suffix <4up> --preamble '{{\usepackage{fancyhdr} \pagestyle{fancy}}}' pdfjam Operations
Pdfjam Command: Merge First Page Of Pdfs
pdfjam <path/to/file1.pdf 1 path/to/file2.pdf 1 ...> -o <path/to/output_file.pdf> pdfjam Operations
Pdfjam Command: Merge Multiple Pdfs
pdfjam <path/to/file1.pdf path/to/file2.pdf ...> -o <path/to/output_file.pdf> pdfjam Operations
Pdfjam Command: Merge Subranges From Pdfs
pdfjam <path/to/file1.pdf 3-5,1> <path/to/file2.pdf 4-6> -o <path/to/output_file.pdf> pdfjam Operations
Pdfjam Command: Overlay Signature On A4
pdfjam <path/to/file.pdf> <path/to/signature> --fitpaper true -o <path/to/signed.pdf> --nup "<1x2>" --delta "<0 -842pt>" pdfjam Operations
Pdfjam Command: Reverse Page Order In Files
pdfjam <path/to/file1.pdf last-1 path/to/file2.pdf last-1 ...> --suffix <reversed> Suggest a Pdfjam Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Pdfjam workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.