Save PDF As HTML - No Hyperlinks?

Using Aspose.Pdf for .NET 7.9.0.0, I am trying to save a PDF document as HTML, but my hyperlinks are not being saved into HTML.


In the PDF, I have created local hyperlinks to other pages within the PDF using the PDF.Generator.Image.Hyperlink property.
These links work well in the PDF document.

If I save the PDF as HTML (I tried all of the different SaveOptions), all of the hyperlinks are missing.
Granted, by default, saving to HTML outputs all of the PDF pages into one HTML page, so links might not make sense there.
But I want to split the HTML into multiple pages, just like the PDF, so I used the construct here to save each page as a separate HTML document:
http://www.aspose.com/docs/display/pdfnet/Split+PDF+File+to+Individual+Pages
The Hyperlinks are still not created on the SVG Image objects.

Is it possible to add hyperlinks to the generated HTML pages?
Is it possible for me to intercept/parse the generated HTML and add my own hyperlinks to the resultant SVG images?

I also tried using Aspose.Slides to save a PPT as HTML, but again, the links did not transfer to the HTML.

Are there any other options I can try using Aspose products? We have a “Total” license.

Thank you,
Joey

jmlati: Using Aspose.Pdf for .NET 7.9.0.0, I am trying to save a PDF document as HTML, but my hyperlinks are not being saved into HTML.

Hi Joey,

Thanks for using our products.

I have tested the scenario and I am able to reproduce the same problem. For the sake of correction, I have logged it in our issue tracking system as PDFNEWNET-35254. We will investigate this issue in details and will keep you updated on the status of a correction.

jmlati: Is it possible to add hyperlinks to the generated HTML pages? Is it possible for me to intercept/parse the generated HTML and add my own hyperlinks to the resultant SVG images?

Aspose.Pdf for .NET only supports the feature to create and manipulate PDF documents and it does not support the feature to edit HTML files.

jmlati: I also tried using Aspose.Slides to save a PPT as HTML, but again, the links did not transfer to the HTML.

My fellow worker from the Aspose.Slides team will share his findings shortly.

The issues you have found earlier (filed as PDFNEWNET-35254) have been fixed in Aspose.Pdf for .NET 16.10.0.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.