Is there any Perl script to get the pages from a PDF file and convert the same to another PDF file?
|
|
|
||
|
|
|
|
You asked for Perl, so here's a good solution via CAM::PDF. Say you just want pages 3-6 of orig.pdf to be saved to new.pdf:
|
||
|
|
|
|
Try PDFTron. They have a lot solutions. |
||
|
|
|
|
On OS X you can just do this in Preview, by dragging pages in the thumbnail view. |
||
|
|
|
|
As gnud already answered, pdftk is the best tool for the job. For example, to extract pages 5-10 from test.pdf to output.pdf you would write:
For the Windows version, you should download it from pdfhacks.com though, because the version there is newer than on accesspdf.com. |
||
|
|
|
|
The code given by Andreas didn't work for me. If using Pdftk, on Windows this formula worked for me :
Source being obviously the source pdf, 123-128 the intervall of pages to extract and out.pdf the new pdf. |
|||
|
|
|
|
Interactively, there is the full version of Acrobat. Programatically there is the Acrobat SDK from Adobe and lots of 3rd party solutions. Google Acrobat API. |
|||
|
|
