Images in HTML Text are not displayed!

In Version 4.3.0.0 images in a Text element with HTML support are not displayed. This used to work in 4.1.1.0

See code below to reproduce the issue.

Dim objPDF As New Pdf

Dim objSection As Section = objPDF.Sections.Add()

Dim txt As String
txt = “this is a html test
<img src=”“http://www.aspose.com/Images/banner02.jpg”">
including an image"

Dim objText As New Text(txt)
objText.IsHtmlTagSupported = True

objSection.Paragraphs.Add(objText)

objPDF.Save(“c:\temp\test.pdf”)

Hi,

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 PDFNET-18008. We will investigate this issue in details and will keep you updated on the status of a correction. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

We apologize for your inconvenience.

Hi,

Any news on this issue? It’s been 3 weeks now. Can you give us an ETA for a fix?

Carlo

Hello Carlo,

Thanks for your patience.

I am pleased to inform you that the issue reported earlier is resolved and its correction will be included in the next release version of Aspose.Pdf for .NET. We plan to release this version in next few days and once this new version becomes available, we would be pleased to update you with the status of availability.

Thanks for your cooperation and understanding in this regard. We apologize for the delay and any inconvenience caused.

The issues you have found earlier (filed as 18008) have been fixed in this update.


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