Colour blocks are appeared after DOCX to PDF conversion using C#

When the attached Word document is converted to PDF, the resulting PDF (also attached) has random colour blocks.


I’m using Aspose Words .NET 11.3 (with .NET 2.0) on an ASP page like this:

Aspose.Words.Document doc = new Aspose.Words.Document(filenameToConvert);
PdfSaveOptions pso = new PdfSaveOptions();
pso.Compliance = PdfCompliance.PdfA1b;
doc.Save(destinationFullName, pso);

The colour blocks should not appear!

Hi David,

Thanks for your query. I have managed to reproduce the same problem at my end. I have logged this issue as WORDSNET-6487 in our issue tracking system. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi Tahir - has this issue been resolved yet?

Hi David,

This issue is pending for analysis and is in the queue. Unfortunately, at the moment I cannot
provide you any reliable estimate regarding this issue. However, you will surely be notified as soon as it is resolved.

I appreciate your patience.

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


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