Last active
September 29, 2017 17:02
-
-
Save jlyon/9455420 to your computer and use it in GitHub Desktop.
pdftk rotate
This file contains hidden or 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
# Input: a.pdf, only export odd pages, rotate 180 degrees | |
pdftk A=a.pdf cat AoddD output b.pdf | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment