Aspose.Slides Cloud 24.8 Release Notes

Important Changes and Enhancements

  • SLIDESCLOUD-1972 Create Async split method
  • SLIDESCLOUD-1966 support IPresentation.ReplaceRegex() method
  • SLIDESCLOUD-1968 Support IPresentation.HighlightText() and IPresentation.HighlightRegex() methods

Other Improvements and Changes

  • SLIDESCLOUD-1608 Fix ‘possible loss of data’ warning in C++ SDK
  • SLIDESCLOUD-1914 Linked object is not updated in C++
  • SLIDESCLOUD-1949 The axis title is not displayed as expected
  • SLIDESCLOUD-1975 Fix issues with nullable DTO fileds for Go SDK
  • SLIDESCLOUD-1976 Make Error property an object for async operations
  • SLIDESCLOUD-1601 Aspose.Slides Cloud API is very slow

Public API changes

Added StartSplit and StartUploadAndSplit methods to async API. See documentation for more info.

Added ReplacePresentationRegex and ReplacePresentationRegexOnline methods. See documentation for more info.

Added HighlightPresentationText and HighlightPresentationRegex methods. See documentation for more info.

Added OperationError class; changed Operation.Error property type from string to OperationError.

Removed wholeWordsOnly parameter from ReplaceShapeRegex method.