Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-java

23.2

11 Oct 13:58
Compare
Choose a tag to compare
  • Added operations to manipulate with Structure Document Tags (SDT) in documents.

23.1

11 Oct 13:57
Compare
Choose a tag to compare
  • Various changes related to stability and performance

22.12

11 Oct 13:57
Compare
Choose a tag to compare
  • Various changes related to stability and performance

22.11

11 Oct 13:57
Compare
Choose a tag to compare
  • Added 'EmbedAttachments' property for PdfSaveOptionsData class.

22.10

11 Oct 13:56
Compare
Choose a tag to compare
  • 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

11 Oct 13:56
Compare
Choose a tag to compare
  • CompressDocument method now can handle images.
  • Added support to convert password protected document using ConvertDocument API.

22.8

11 Oct 13:55
Compare
Choose a tag to compare
  • Added optional loadEncoding and password parameters for ConvertDocument API method.

22.7

14 Jul 05:59
Compare
Choose a tag to compare
  • 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

17 Jun 07:39
Compare
Choose a tag to compare

Enhancements in Version 22.6

  • 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.
  • Support dependsOn feature for batch requests.

22.5

17 Jun 07:32
Compare
Choose a tag to compare

Enhancements in Version 22.5

  • Internal API fixes and improvments.