Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arcaduf/68aa1451060bfdc3907ea6c4b0aab15a to your computer and use it in GitHub Desktop.
Save arcaduf/68aa1451060bfdc3907ea6c4b0aab15a to your computer and use it in GitHub Desktop.
PDFTK: extract pages in a certain range or specific pages
pdftk A=in.pdf cat A1-10 A15 A17 output out.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment