Convert PDF to HTML [closed]
Solution 1:
pdftohtml works fine : fast, stable but the html result is ugly at best. I have used it for quite some time for a web site that has many job resumes.
It is a good solution for extracting textual content however.
I would give the scribd API a try
or the google apps document API. GOogle does a great job a displaying and converting pdf files
Solution 2:
Have you considered keeping the PDF data in a database and then either dynamically creating the PDF or the html page depending on what the visitors select?
Solution 3:
If you have command line access at your hosting provider, there is a utility called pdftohtml inside of the poppler_utils package.
http://poppler.freedesktop.org/
Looks quite easy to use, have not called it from inside of PHP, but it should work.