I'm using php and I want to open an existing pdf file, extract (clone) a range of pages to a new one and then save the new one to disk. I know there are several classes like FPDF, TCPDF, Zend Framework etc. I would like to know which is best and, if possible, to have an example.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not constructive by casperOne♦ Apr 23 '12 at 18:36
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
As in example #3 here: http://framework.zend.com/manual/en/zend.pdf.pages.html#zend.pdf.pages.cloning Open the pdf, clone the pages you want, save them into a new pdf. |
|||
|