BASH PDF

From Indie IT Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Install PDFTK To Manipulate PDF Files

sudo apt-get install pdftk

Extract A Single Page From A PDF

pdftk ~/path/to/big.pdf cat 1 output /tmp/page1.pdf

Extract All Pages Individually From A PDF

pdftk ~/path/to/big.pdf burst