PDFDoc pdfdoc;
Convert::ToHtml("my.pdf", "html");
There are also a number of relevant conversion options:
Currently you can use doc.PageRemove() on pages you don’t want to convert prior to conversion. Please note that this operation is very fast and you do not need to save (or serialize modified PDF) before converting to HTML.