Text gradient colors are not saved in .docx Word document

Hi. I seem to have problem retaining text with gradient colors when saving word documents as a different file. The version of Aspose.Words is 11.3.0.0. Below is a snippet of the code:

Aspose.Words.Document doc = new Document(@“C:\Temp\Single Plan Template.docx”);
doc.Save(@“C:\Temp\Save_As_New.docx”, Aspose.Words.SaveFormat.Docx);

There are text with gradient colors in the original document (Single Plan Template.docx). However, the all gradient fill colors are lost in the resulting document. May I know if am I doing the correct saving methods, or is this a limitation of Aspose.Word library?

Thanks.

@chmun77,

Thanks for your inquiry. Have you also tried the latest version of Aspose.Words for .NET i.e. 20.4 on your end? In case the problem still remains, please ZIP and upload your simplified input Word document and Aspose.Words generated DOCX file showing the undesired behavior here for testing. We will then investigate the issue on our end and provide you more information.