Browse our Products

Aspose.Words for C++ 19.9 Release Notes

Major Features

This is a regular monthly release, we continue to add features from Aspose.Words for .NET.

Limitations and API Differences

Aspose.Words for C++ has some differences as compared to its equivalent .NET version of the API. This section contains information about all such functionality that is not available in the current release. The missing features will be added in the future releases.

  • The current release does not support encrypted documents.
  • The current release does not support downloading remote resources from the Internet.
  • The current release has limited and unstable support for Rendering features. It will be improved in the following releases.
  • The current release does not support Reporting features
  • The current release only supports Microsoft Visual C++ version 2015 or higher and only for the x64 platform.

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
WORDSCPP-810CompositeNode::SelectNodes method is unusable due to the absence of the definition of the NodeList typeBug
WORDSCPP-817Fix bounds checking issueBug

Public API and Backward Incompatible Changes

WORDSNET-18369 - Remove License.IsLicensed property

License.IsLicensed obsolete property has been removed in order to increase anti-hacking resistance. Moreover, this property was useless because of the License.SetLicense(…) throws an exception in case of a wrong license key.