Save as PDF not working for links as icons (link is not created)

I am converting the following HTML file into PDF using latest version of Aspose.Words.dll


This is a true Link:  <a
href=“https://www.google.com/”><img alt=“test”
src=“C:\image0.GIF” />

This is also a Link; [click

Using C# code:
var doc = new Aspose.Words.Document();
var builder = new Aspose.Words.DocumentBuilder(doc);
htmlstr = File.ReadAllText(@“C:\HTMLPage1.htm”);
builder.InsertHtml(htmlstr);
doc.Save(@“C:\Test1.pdf”);

As you will notice in attached pdf file, the icon is not working as a link, although the second line link without icon is working fine.
Your help is highly appreciated
Thank you,
Alex


Hi Alex,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 14.1.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-9819. Your thread has also been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-9819) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.