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-12-19 13:17:41.045708-08 by cdolan in response to 13581
Re: Parsing tables in PDF files
CAM::PDF is a low-level library designed for high-performance manipulation of PDF syntax. It doesn't offer any help in deconstructing actual document content, unfortunately. I looked at your sample document a tiny bit, and with CAM::PDF, you'd be doing a lot of heuristic coding on the output of $pdf->getPageContentTree($pagenum)
Direct Responses: 13593 | Write a response