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 |
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 --landscape --a4paper --trim '1cm 1cm 1cm 1cm' --clip 'true' --signature '20' Duishen.pdf '17-35' --outfile booklet2.pdf |