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