Pdf to html help

I need to convert a PDF document to HTML file. In Aspose.Word it is simple, just 2 lines of code;

Document doc = new Document(@“C:\test.doc”);
doc.Save(@“C:\test.html”);

Is this possible in Aspose.Pdf too? If not, when will this functionality be added to it.

Thanks…

Hello ismet,

Thanks for considering Aspose.

Conversion of Pdf to HTML is supported by Aspose.Recognition. For more information please visit http://www.aspose.com/categories/file-format-components/aspose.recognition-for-.net/default.aspx