Hi,
Can you please tell me what the current roadmap is for the availability of the PDF to HTML functionality in Aspose.PDF for Java?
I have tried in the latest release, but it didn’t work, it didn’t output any html.
Please help me.
com.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document(filePath);
//save the output to HTML
pdfDocument.save(“H:/qingxuexi/aposetest/docs/test.out.html”, com.aspose.pdf.SaveFormat.Html);
-Thanks