Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created May 13, 2012 00:15
Show Gist options
  • Save ashwin/2669815 to your computer and use it in GitHub Desktop.
Save ashwin/2669815 to your computer and use it in GitHub Desktop.
Reverse page order of PDF using PDFTK
# Assume in.pdf has 20 pages
pdftk in.pdf cat 20-1 output out.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment