← Back to team overview

qpdfview team mailing list archive

Re: [Question #433074]: How to extract some pages into a new PDF?

 

Question #433074 on qpdfview changed:
https://answers.launchpad.net/qpdfview/+question/433074

Mo posted a new comment:
Hi Mark,

I think the easiest solution is pdftk on command line. Try somethin like
this:

pdftk myinputfile.pdf cat 12-15 output extracted.pdf

for spaces use something like

pdftk "my input file.pdf" cat 12-15 output extracted.pdf


Cheers

-- 
You received this question notification because your team qpdfview is an
answer contact for qpdfview.