Document with no page color are generated in PDF with a green page color

When a document with no page color (even ‘none’ value is not selected) the pdf generated is using a green page color.

See attachments

Hi

Thanks for your request. I managed to reproduce the problem on my side and created new issue #8762 in our defect database. I will notify you as soon as it is fixed.
Also note, Currently Aspose.Words supported two ways of PDF conversion: direct conversion (without using Aspose.Pdf) and legacy conversion Aspose.Words+Aspose.Pdf. See the following link for more information:
https://docs.aspose.com/words/net/convert-a-document-to-pdf/
So, you can try using new method to convert your document to PDF. Here is the code:

Document doc = new Document("in.doc");
doc.SaveToPdf("out.pdf");

in this case the problem does not occur.
Best regards.

The issues you have found earlier (filed as 8762) have been fixed in this update.

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