Where did you read that PDF::API2 is able to read pdf documents and extract content from them? I am not saying it is impossible, just that I can't see any suggestion that it is from the docs on CPAN, or in PDF::API2::HOWTO.
Another approach you could take, especially if you just want the text from the PDF would be to convert it another format and parse that format with perl. For example a google search for pdf2svg returns an open source command line tool for the purpose, and also wikipedia instructions on how to manually convert using inkscape. As svg is an XML based format you should be able to find plenty of perl libraries and tutorials that will help you extract what you need.
In reply to Re: PDF::API2 traversing object tree and parsing text
by chrestomanci
in thread PDF::API2 traversing object tree and parsing text
by RandomMonkey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |