sql - Best API for reading a huge .pdf file from java -


i have huge pdf file (20 mb/800 pages) contains information.

it has got index hyperlinks. of remaining information in tabular format (in pdf). need retrieve information using java , store in sql server.

which best api available read kind of file java?

it unlikely in tabular format inside pdf pdf not contain structure information unless explicitly added @ creation time. wrote article explaining of issues text extraction @ pdf @ http://www.jpedal.org/pdfblog/2009/04/pdf-text/


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -