PDF rendered with unexpected blue highlighting in two locations

The attached docx file has rendered the attached pdf file with unexpected blue highlighting in two bulleted lists within the document. Stepping through each node in the docx did not reveal any cause for the blue highlights that appear in the pdf but not the docx.

The code below was used to generate the pdf:

Dim oLic As New Aspose.Words.License

oLic.SetLicense("C:\temp\Aspose.Words.lic")

Dim oAsposeDoc As New Aspose.Words.Document("c:\test\in.docx")

Dim oProps As New Aspose.Words.Saving.PdfSaveOptions()

oProps.PreserveFormFields = True

oProps.PrettyFormat = True

oAsposeDoc.Save("c:\test\out.pdf", oProps)

Hi Mike,


Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 11.6.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The issue ID is WORDSNET-6782. Your request 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-6782) have been fixed in this .NET update and this Java update.


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