Last active
June 19, 2018 01:07
-
-
Save arcaduf/68aa1451060bfdc3907ea6c4b0aab15a to your computer and use it in GitHub Desktop.
PDFTK: extract pages in a certain range or specific pages
This file contains 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
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