in reply to Re^2: PDF::API2 traversing object tree and parsing text
in thread PDF::API2 traversing object tree and parsing text

Facilitates the creation and modification of PDF files

I saw that in the PDF::API2 docs as well, however modification does not imply reading. It looks to me as if modification is limited to adding elements to and existing document, such as extra pages with new content, or overprinting existing pages with extra text or pictures.

To give an analogy, this is like using a printing press to modify an existing printed document. You can print something else on the back, attach extra pages, or even overprint on the front, obliterating anything already there, but the press does not read the document and edit intelligently, it just adds to it.

There are method calls in PDF::API2 to read metadata such as $pdf->preferences(%options), $pdf->default($parameter) and $pdf->info(%infohash) but I think the OP wants more than just metadata.

As I say, I would be happy to be corrected, but as yet I have seen no evidence that PDF::API2 is able to read and process the contents of a PDF document.

Replies are listed 'Best First'.
Re^4: PDF::API2 traversing object tree and parsing text
by Anonymous Monk on Sep 02, 2011 at 13:27 UTC