Possible Duplicate:
Pdf to html convertor
I am looking for the best accurate tool to convert from pdf to clean w3 html file
I am looking for the best accurate tool to convert from pdf to clean w3 html file | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.
|
It is impossible to convert arbitrary PDF into HTML. PDF is a page layout language and can contain material at arbitrary coordinates. There are a number of tools that manage to extract text and some of the graphics into HTML components but it is usually lossy. I use PDFBox (Apache) and pdftotext The phrase I heard and popularize is "turning PDF into XML(HTML) is like trying to turn hamburgers into cows". | |||
|
feedback
|