Skip to content

Instantly share code, notes, and snippets.

@jlyon
Last active September 29, 2017 17:02
Show Gist options
  • Save jlyon/9455420 to your computer and use it in GitHub Desktop.
Save jlyon/9455420 to your computer and use it in GitHub Desktop.
pdftk rotate
# 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