extracting pages in a pdf file

LaTeX
Author

Vinh Nguyen

Published

September 3, 2011

This post shows how one can use the pdftk command The PDF Toolkit to extract pages from a pdf file:

pdftk myDocument.pdf cat 1-9 15 17-19 26-end output removedPages.pdf