edit pdfs from the command line with pdftk
edit pdfs from the command line with pdftk
Example: extract pages 881-985 from a document and call it appendix.pdf
1
pdftk textbook.pdf cat 881-984 output steam_tables.pdf
Links
https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
This post is licensed under CC BY 4.0 by the author.