Hi, I just got a temporary license to test your product and tried to use the following instructions to convert a PDF document to HTML:
http://www.aspose.com/docs/display/pdfjava/PDF+to+HTML+-+Single+HTML+with+All+Resources+Embedded
http://www.colt.net/wp-content/uploads/2015/03/cdnp_018932.pdf
It seems it takes a very long time to convert page 9 from this document, after splitting the original document into pages.
Also, I’d like to know how to modify that code to split the document generating a separate HTML document per page.
But first of all I need to understand why this conversion is never finished.
I’m not really interested in the API. I just need some tool I can call from my non-Java application to convert from PDF to HTML with good results even in IE8. If you could provide full code I could compile I’d appreciate as there’s a long time I don’t code in Java and would prefer not to have to spend much time setting up a Java development environment just to create such tool. Basically I only need a tool to convert the document to a single full HTML document and another tool or option to convert it to multiple pages. If you could provide those, I’d really appreciate.
Please let me know if there are any options that could speed up the PDF to HTML conversion and how to get page 9 from the above document to be converted.