We're sorry Aspose doesn't work properply without JavaScript enabled.

Free Support Forum - aspose.com

Aspose Words Docx saved- but when opened in Word open in Compatibility Mode

When I saved a document as a docx document, then opened it in Word…it opens in compatibility mode, which is causing problems with certain features of the program
How can I save a document in docx mode, so when I open the document in Word it opens in Word Docx standard mode and NOT in compatibility mode?
Thanks for you help in resolving this issue.

Hi
Thanks for your request. please try using the latest version of Aspose.Words. You can download it from here:
https://releases.aspose.com/words/net
Also, please do not forget to specify a proper compliance level:
https://reference.aspose.com/words/net/aspose.words.saving/ooxmlsaveoptions/compliance/
Best regards,

Hello…I am utilizing the latest code version.
Can you provide an example of setting the compliance level to Word 2010?
The documentation is not clear in this regard. Thanks.

Here is my code I just developed

Aspose.Words.Saving.OoxmlSaveOptions ooSave = new Aspose.Words.Saving.OoxmlSaveOptions();
ooSave.Compliance = Aspose.Words.Saving.OoxmlCompliance.Iso29500_2008_Transitional;
doc.Save(testOutputFilename, ooSave);

If this is correct please let me know, and then feel free to add this to your documentation.; - )

Hi
Thanks for your request. Yes, your code is correct. Please let us know if you need more assistance, we are always glad to help you.
Best regards,

Hello… I’m having the same problem.

My version is 8.1.0.0 of Aspose.Words.dll

Are there any service packs or updates (without the need of purchasing a new license) which could resolve the issue.

Or are there some settings in version 8.1.0.0 that I haven’t found yet (ooxmlsaveoptions is not yet existing)

Thanks for answering.

Hello
Thanks for your request. All fixes and new features are added to new versions of Aspose.Words. Every Aspose license carries a one-year subscription for free upgrades to any new versions or fixes that come out during this time. So if your license will allow you to upgrade to the version that will contains the fix, you will be able to get the fix with the new version for free. If your license does not allow you to upgrade for free you will be compelled to renew your license in order to get the new version with fix.
Best regards,