I want to convert a pdf to html with hyperlinks preserved using Aspose.Pdf for Java.
I'd like to solve two hyperlink cases but cannot figure out how to do it, even if I write some custom manual processor for the resultant html.
Case 1) When the hyperlink in the original references a page in the pdf. The hyperlink info seems to be missing in the html.
Case 2) When the hyperlink in the pdf has a text message that doesn't have the URL format, the hyperlink info seems to not available in html.
Please advise of a way I can reconstruct the hyperlink for the two cases above.
TIA,
An