

Programmatically Convert PDF to HTML
Quickly write C#, VB, ASP, C++ programs to convert your PDF to HTML for:
- Publishing PDF documents on to Web sites
- Parsing PDF with HTML parsing engines
List of PDF to HTML APIs
Convert PDF to HTML with just 2 lines of code
Set oConverter = CreateObject("EasyConverter.PDF2HTML.3")
oConverter.ConvertToHTML("C:\input.pdf", "C:\output.html")
Method: ConvertToHTML
Convert a PDF document to an HTML document.
Property: FileConversionTimeOut
File conversion timeout value (in milliseconds).
Property: JpegQuality
Set the quality of the JPEG images inside the HTML output.
Property: NumberOfPages
Get the total number of pages from the input PDF.
Property: AbsolutePositioning
Set the option to create HTML file using absolute positioning textboxes.