Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-dart

23.4

16 May 23:07
Compare
Choose a tag to compare

Enhancements in Version 23.4

  • Added new type of RangeEndIdentifier for RangeApi: document:end

23.3

06 Apr 19:26
Compare
Choose a tag to compare

Enhancements in Version 23.3

  • Null safety
  • Fix compatibility between CreateDocument API and Dropbox storage.
  • Fix compatibility for property PageCount for FixedPageSaveOptionsData.

23.2

08 Feb 17:02
Compare
Choose a tag to compare

Enhancements in Version 23.2

  • Added operations to manipulate with Structure Document Tags (SDT) in documents.

23.1

23 Jan 17:46
Compare
Choose a tag to compare

Enhancements in Version 23.1

  • Various changes related to stability and performance

22.11

16 Nov 12:19
Compare
Choose a tag to compare

Enhancements in Version 22.11

  • Added 'EmbedAttachments' property for PdfSaveOptionsData class.

22.10

17 Oct 11:16
Compare
Choose a tag to compare

Enhancements in Version 22.10

  • Added 'CacheHeaderFooterShapes' property for PdfSaveOptionsData class.
  • FileReference structure has been added that allows to determine how the document will be accessed: from the remote storage, or loaded directly in the request.
  • The 'AppendDocument' and 'AppendDocumentOnline' methods takes a 'FileReference' instead of an 'href' property.
  • Added property 'StartingNumber' for 'PageNumbers' class.
  • Added property 'GlobalCultureName' for 'FieldOptions' class.

22.9

08 Sep 07:27
Compare
Choose a tag to compare

Enhancements in Version 22.9

  • CompressDocument method now can handle images.
  • Added support to convert password protected document using ConvertDocument API.

22.8

10 Aug 13:15
Compare
Choose a tag to compare
version 22.8

22.7

11 Jul 11:37
Compare
Choose a tag to compare

Enhancements in Version 22.7

  • Expand 'AppendDocument' API method to support 'ImageEntryList' for directly appending images to documents and another images.
  • Added 'CompressDocument' API method to support compression and resizing images inside the document for reduce the size of the document.

22.6

12 Jun 08:40
Compare
Choose a tag to compare
  • Added 'DeleteBookmark' and 'DeleteBookmarkOnline' API methods for delete bookmarks by name from the document.
  • Added 'DeleteBookmarks' and 'DeleteBookmarksOnline' API methods for delete all bookmarks from the document.
  • Added 'InsertBookmark' and 'InsertBookmarkOnline' API methods for create new bookmarks in the document.
  • Support all save formats for 'CreateDocument' operation.