Created
March 12, 2015 03:45
-
-
Save yenliangl/2dca5efbaa3a065a88b8 to your computer and use it in GitHub Desktop.
Reverse page order of PDF using PDFTK
This file contains 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
# Assume in.pdf has 100 pages | |
pdftk in.pdf cat 100-1 output out.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment