Extracting pages of pdfs
Table of Contents
Using qpdf:
qpdf --pages ./decree.pdf 1,11 -- ./fulldecree.pdf sup.pdf
The cryptic – is because –pages allows pages to be extracted from multiple pdf sources
Using qpdf:
qpdf --pages ./decree.pdf 1,11 -- ./fulldecree.pdf sup.pdf
The cryptic – is because –pages allows pages to be extracted from multiple pdf sources