Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-cpp

24.8

09 Aug 21:04
Compare
Choose a tag to compare

Enhancements in Version 24.8

  • Added the support of OpenType standard. It is usefull for languages required advanced typography.

24.7

23 Jul 18:13
Compare
Choose a tag to compare

Enhancements in Version 24.7

  • Added support for azw3 (Amazon Kindle Format) documents.

24.6

24 Jun 17:09
Compare
Choose a tag to compare

Enhancements in Version 24.6

  • Added the 'TranslateNodeId' method to transalate a node id to a node path.

24.5

17 May 19:16
Compare
Choose a tag to compare

Enhancements in Version 24.5

  • Added the support of multistorage operations. Saving a file as a result of an operation can be performed in a specific storage, when, used file path in the next format '@storage:path/to/file.doc'.

24.4

10 Apr 16:56
Compare
Choose a tag to compare

Enhancements in Version 24.4

  • Added the 'MergeWithNext' method to merge a section with the next one.

24.3

25 Mar 15:52
Compare
Choose a tag to compare

Enhancements in Version 24.3

  • Added support for 'RemoveEmptyCells' option for the 'Cleanup' parameter in the insert 'MailMerge' API method.

24.2

21 Feb 18:33
Compare
Choose a tag to compare
version 24.2

24.1

11 Jan 16:18
Compare
Choose a tag to compare

Enhancements in Version 24.1

  • Added support for InsertAfterNode in the insert API without NodePath.
  • Added support for inserting nodes (runs/rows/cells/bookmarks) without NodePath.
  • Added support for transparency in the Watermark API.
  • Added support for password and encryptedPassword fields in FileReference.
  • Fixed missing href value in document responses.

23.12

08 Dec 17:18
Compare
Choose a tag to compare

Enhancements in Version 23.12

  • Properties Name, Text, StartRange, EndRange marked as required for InsertBookmark operation.
  • Implemented DeleteOfficeMathObjects operation to delete all office math objects from document.
  • Parameter ProtectionRequest was removed from the UnprotectDocument operation. Now removing protection from a document does not require a password.
  • Model ProtectionRequest marked as deprecated, please use ProtectionRequestV2 instead for perform ProtectDocument operation. To change the password or protection type of protected document, the old password is no required.

23.11

13 Nov 16:30
Compare
Choose a tag to compare

Enhancements in Version 23.11

  • Support of required properties in models.
  • Property StyleName marked as required for InsertStyle operation.
  • Property StyleName marked as required for CopyStyle operation.
  • Property StyleName marked as required for ApplyStyleToDocumentElement operation.
  • Properties SdtType and Level marked as required for InsertStructuredDocumentTag operation.
  • Property Text marked as required for InsertParagraphoperation.
  • Property Value marked as required for CreateOrUpdateDocumentProperty operation.
  • Property NewValue marked as required for ReplaceText operation.
  • Property Text marked as required for ReplaceWithText operation.