Are Aspose.Words for .Net maintaining Office Comptability

We are planning to upgrade from 13.5 to 19.12.
We are mainly using mail merge functionality.

So, should we need to verify office compatibility of different Office version with 19.12 ?

@Rakesh2013,

We exercise unit testing and all of our unit tests are properly structured. Therefore, upgrading to the latest version of Aspose.Words is safe and the latest version should cause no undesired behavior.

So, you should not see any undesirable behavior when using the latest version of Aspose.Words for .NET i.e. 20.4. You can also try specifying Compatibility Options by using the following code:

document.CompatibilityOptions.OptimizeFor(Aspose.Words.Settings.MsWordVersion.Word2019);

Hope, this helps.