11 Jul
2026
11 Jul
'26
10:32 a.m.
If you install or add a PDF printer, or the app has a save to PDF function in the print dialogue, then you can "print" selective PDF pages to a PDF file. No physical printer required. You normally just add the PDF printer through the same way you'd add a physical printer. From the commandline you can install pdftk and then enter the following: pdftk original.pdf cat 3-6 output outfile.pdf for example to extract pages 3 to 6. Good luck Martin