I have a pdf document, that have information, presented in tables.
How can i convert it to html or xml or text to read this tables like text?
Is there any good programs?
Both Perl-modules and .Net-Classes are good. Maybe good executable console application?
XMLFile = new PDFTOXML('file.pdf');
String[] StrArray = XMLFile.getText();
Something like this.
Best way is ability to get tables from xml.
Thank you!
http://www.codeproject.com/KB/string/pdf2text.aspx