What is the best tool to convert pdf to html, without losing the format ?
|
feedback
|
migrated from stackoverflow.com Oct 28 '09 at 19:40
This question came from our site for professional and enthusiast programmers.
|
I use Google Docs for this. Handy for Word documents as well. I've also tried the command line tool | |||||||
feedback
|
|
Google has many results here: | |||
feedback
|
|
I use Pisa (xhtml2pdf) converter is a python but it generates a command linux "xhtml2pdf" that easily transforms an html file in pdf See also tools Apache FOP | ||||
|
feedback
|
|
I like pdfreflow for creating easily editable HTML files from PDFs; it makes use of pdftohtml from the poppler libraries in the backend. Another option is the free, open source AbiWord word processor which has its own PDF import routine, and HTML output. | |||
|
feedback
|