The third-party PDF-to-HTML conversion service referenced in this article no longer exists. The hosting industry has moved on from server-side conversion tools to browser-based solutions.
Modern alternatives for converting PDF files to HTML include Adobe Acrobat, Google Docs (upload PDF, then File > Download as HTML), or free online converters like pdf2htmlEX and Zamzar.
If your goal is simply to display a PDF on a web page, you do not need to convert it. Upload the PDF to your hosting account and embed it with an iframe:
<iframe src="/documents/myfile.pdf" width="100%" height="600"></iframe>
Most modern browsers render PDFs natively with no plugins required.
The referenced conversion service is no longer available. This article is preserved for reference only.
