Created
May 2, 2025 15:57
-
-
Save iphils/9564356baaaaae2f5a599e9c540c7451 to your computer and use it in GitHub Desktop.
use pdfjam to create a pocketmod from pdf of 8 pages. Coverpage will be page 1 and 8.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pdfjam --no-tidy --quiet --checkfiles --vanilla -o /dev/stdout "philips-pocketmod.pdf" "1-8" | pdfjam --angle 180 --no-tidy --quiet --vanilla -o /dev/stdout /dev/stdin '1,8,7,6' | pdfjam --nup 4x2 --landscape --frame true "philips-pocketmod.pdf" '2-5' /dev/stdin "$@" --outfile phil-pock.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment