How do I convert a PDF file to HTML in PHP?
问题 How do I convert a PDF file to HTML in PHP? Is there any lib or web service? I mean free, thanks! 回答1: Google pdf2html, pdftohtml looks to be the only viable one. and it's based on a command line program, not PHP. so it may not be useful to you. Google is capable of converting, so there may be a way to do it with GDocs as well. though I'm not sure of that. At any rate, I hope this gets you on the proper path at least. 回答2: I've tried Poppler's pdftohtml command to convert PDF files to HTML