I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
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