![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: How to Extract PDF tables using Perlby ablanke (Prior) |
on May 27, 2016 at 12:58 UTC ( #1164304=note: print w/replies, xml ) | Need Help?? |
Hi,
the solution i've seen is to use:
instead of:
But even if the solution sounds simple. There is work for you to do. You will have to parse the return value of getPageContent. Here is an Possible Example of PageContent:
The 2 Numbers before the Td tell you the Position of the Content. UPDATE: This gives you a HashRef of your Page:
In Section
Seekers of Perl Wisdom
|
|