Skip to content

Instantly share code, notes, and snippets.

@ranjitjhala
Last active September 10, 2015 14:15
Show Gist options
  • Save ranjitjhala/7e26cd81b5a00b3c8109 to your computer and use it in GitHub Desktop.
Save ranjitjhala/7e26cd81b5a00b3c8109 to your computer and use it in GitHub Desktop.
#!/bin/bash
pdfcrop --margins "5 10 5 20" --clip $1 crop.pdf
pdfnup --nup 2x1 crop.pdf
mv crop-nup.pdf $1
rm crop.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment