Hi Miki,
Thank you for considering
Aspose.Pdf.
I am pleased to
inform you that Aspose.Pdf for .NET v6.4 and above offers the feature of
directly saving a PDF file to HTML. If you are using some older version, please
download and try the latest version of Aspose.Pdf
for .NET v6.5 and see if it fits your need. Following is a sample code
which you can use for conversion from PDF to HTML.
Aspose.Pdf.Document document = new
Aspose.Pdf.Document("myFile.pdf");
// Save
to the thml
document.Save("myFile.html", SaveFormat.Html);
// or
document.Save("myFile.html", new
HtmlSaveOptions());
Please feel free to contact
support in case you face any issue.
Thank You & Best
Regards,
Nausherwan Aslam
Support Developer,
Aspose Sialkot Team
Contact Us