in reply to
Re: Parsing PDFs by text position?
in thread
Parsing PDFs by text position?
how does the PDF file look like when it is converted to TEXT, if it is separated by tabs or conspicuous spaces then you can use it to write it as xls sheet by
SpreadSheet::Wright
and then you can handle it easily.
Comment on
Re^2: Parsing PDFs by text position?
In Section
Seekers of Perl Wisdom