Preserve Transparency of a Drawing Picture Image in Word Document when Converting to PDF using C# .NET

Hello,
We have a problem converting a word document to pdf.
We have a word document which contains transparant color marked text and a transparant color marked picture. If the document is saved as a pdf the color of the text is transparant but the color marking of the picture is not transparant. We use Aspose Words 19.5.0 and use the following code:
AsposeWords.Document document = new AsposeWords.Document(“D:\Temp\Test.Docx”);
document.Save(“D:\temp\test.pdf”, AsposeWords.SaveFormat.Pdf);
Temp.zip (272.1 KB)

Is this a known issue?

Regards,
Mark Krommenhoek

@MarkKrommenhoek,

We tested the scenario and have managed to reproduce the same problem on our end. For the sake of correction, we have logged this problem in our issue tracking system. The ID of this issue is WORDSNET-20020. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-20020) have been fixed in this Aspose.Words for .NET 21.6 update and this Aspose.Words for Java 21.6 update.