Printing Word docs doesn't preserve transparency

Hi,

Attached is a word doc that I am trying to print through the print method. In one of the pages that has a transparent image on top of another image, the printed documented does not display the transparency at all.

Thanks.

Aspose.Words 10.0.0.0

Hello,

Thank you for your request.
Unfortunately I was unable to reproduce your problem on my side. I tried to print your document and transparent object is print, but very dimly. I just tried to print a document in Xps printer - transparent object also present.
Please check your printer settings. Maybe you have low level of toner or you print in econom mode. Please try to print to another printer.

Hi,

Printing it to XPS and then printing it from the xps viewer seems to produce the transparent image. But, when I print it to a printer, the transparency is not present at all. The box is completely opaque and hides the image behind it. Since printing it from the XPS viewer seems to produce the proper results, I believe that my printer is configured properly.

I am just doing this:

wordDocument = new Aspose.Words.Document(@“C:\index.doc”);
wordDocument.Print();


Thanks.

Hello,

Thank you for additional information.
Could you please take a look here this article in our documentation. Try printing a document according to this technique.