Last active
March 30, 2017 18:06
-
-
Save hezhao/381c8b18617cab378df8358dbbd96902 to your computer and use it in GitHub Desktop.
Print a PDF to N-up
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
wget http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/pdfjam_latest.tgz | |
cp pdfjam.conf ~/.pdfjam.conf | |
# pdflatex='/Library/TeX/texbin/pdflatex' | |
# paper='letterpaper' | |
./pdfjam --fitpaper true --nup 2x2 --delta '1mm 1mm' --scale 1.0 input.pdf --outfile output-4up.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment