Skip to content

Instantly share code, notes, and snippets.

@lucarin91
Created September 2, 2016 09:19
Show Gist options
  • Save lucarin91/19c6fcdc60a40f4830f0b497fe8ede1e to your computer and use it in GitHub Desktop.
Save lucarin91/19c6fcdc60a40f4830f0b497fe8ede1e to your computer and use it in GitHub Desktop.
the pdftk command to rotate a pdf file
pdftk <file-path> cat 1-endleft output <file-path-rotated>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment