Skip to content

Instantly share code, notes, and snippets.

@hezhao
Last active March 30, 2017 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hezhao/381c8b18617cab378df8358dbbd96902 to your computer and use it in GitHub Desktop.
Save hezhao/381c8b18617cab378df8358dbbd96902 to your computer and use it in GitHub Desktop.
Print a PDF to N-up
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