Posted on 2010-01-25 16:34:10.596366-08 by cdolan in response to 12237
Re: Manipulating XObjects

The method you want is $pdf->getPageContent($pagenum) which returns the decoded stream content. You can either work with that content as plain text, followed perhaps by setPageContent(), or you can get a parsed representation via getPageContentTree().

Chris

Direct Responses: 12241 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.