Skip to content

Instantly share code, notes, and snippets.

@iphils
Created May 2, 2025 04:11
Show Gist options
  • Save iphils/5107377e2d1e99db65af421dbf04aac0 to your computer and use it in GitHub Desktop.
Save iphils/5107377e2d1e99db65af421dbf04aac0 to your computer and use it in GitHub Desktop.
use pdfjam to create a nice A5 booklet from specific pages from a document
pdfjam --landscape --a4paper --trim '1cm 1cm 1cm 1cm' --clip 'true' --signature '20' Duishen.pdf '17-35' --outfile booklet2.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment