Skip to content

Instantly share code, notes, and snippets.

@Mebus
Created March 3, 2015 15:31
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 Mebus/e622592f4799ee20a094 to your computer and use it in GitHub Desktop.
Save Mebus/e622592f4799ee20a094 to your computer and use it in GitHub Desktop.
nuprt.sh
#!/bin/bash
pdftk "$1" cat 1-endE output rtnup-1.pdf
pdfjam --outfile rtnup-2.pdf --nup 2x1 --landscape rtnup-1.pdf
pdftk rtnup-2.pdf cat 1-endW output rtnupped.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment