Skip to content

Instantly share code, notes, and snippets.

@JonasGroeger
Created June 16, 2012 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonasGroeger/2942552 to your computer and use it in GitHub Desktop.
Save JonasGroeger/2942552 to your computer and use it in GitHub Desktop.
Remove specific pages from pdf
// Use in.pdf, extract pages 1-5, 10-19 and 26-end and output in out.pdf
pdftk in.pdf cat 1-5 10-19 26-end output out.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment