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 2011-03-01 16:21:10.50696-08 by binarybits
Modifying
I want to modify PDFs to remove certain objects (specifically black rectangles) from a page. Of the example files, the closest example I see is changepagestring.pl, which uses the getPageContent and setPageContent functions. getPageContent seems to return an unstructured string, that I'd then have to parse, interpret and modify myself.

It would be nicer if I could manipulate the data structure produced by getPageContentTree, but there doesn't appear to be a corresponding setPageContentTree function.

Is there another approach I'm missing?

Thanks!

Direct Responses: 13228 | Write a response