On windows, installed the binaries. Then to convert a pdf to HTML do, from a DOS window:
>pdf2htmlEX --data-dir C:\pdf2htmlEX\data --dest-dir HTML --process-outline 1 --fallback 1 --bg-format svg --zoom 1 --process-type3 1 report.pdf
The above converts report.pdf to report.html and puts the HTML in the HTML subfolder.
The foler C:\pdf2htmlEX\data
is where the manifest data is, which is included when
installing the application.
The windows version is here.
See This for more information about pdf2htmlEX