Skip to content

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

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.

22.4

17 Jun 07:31
Compare
Choose a tag to compare

Enhancements in Version 22.4

  • Added ExportShapesAsSvg to HtmlSaveOption.
  • Added new endpoint '~/styles/copy_from'.

22.3

17 Jun 07:31
Compare
Choose a tag to compare

Enhancements in Version 22.3

  • Online methods returns the dictionary of files with included original filename as key instead of single file content in responses.
  • Parameters contained sensitive data should be passed in encrypted form. Names of the parameters have 'encrypted' prefix.
  • Added Encrypt method to encrypt data on the API public key. Use it to prepare values for parameters required encrypted data.
  • GetPublicKey method is not billable.
  • Changed type of enumerations for members of SaveOptionsData and other inherited classes from string to enum.

22.2

14 Feb 13:57
Compare
Choose a tag to compare
  • Made 'SaveOprionsData.SaveFormat' property readonly with default value.
  • Added subclasses for all formats of SaveOprionsData with specified SaveFormat.
  • 'SaveOptionsData', 'FixedPageSaveOptionsData', 'ImageSaveOptionsData', 'OoxmlSaveOptionsData', 'TxtSaveOptionsBaseData' classes now is abstract.

22.1

19 Jan 08:05
Compare
Choose a tag to compare
  • Added 'FieldOptions.FieldUpdateCultureName' to set Culture for fields
  • Added 'DocumentEntry.Password' to set an encrypted password for appending document
  • Added 'encryptedPassword2' query parameter to CompareDocuments to set an encrypted password for the second comparing document

21.12

13 Dec 03:04
Compare
Choose a tag to compare
  • Added dependsOn and resultOf features for batch requests
  • Added query parameter 'displayIntermediateResults' for batch requests. If 'false', the last response in batch will be returned only. Default is 'true'
  • Support encryption of 'CommonRequest.Password'. Automatic encryption of all passwords sent to the API server as request parameters
  • Added timeout parameter to api configuration
  • Added FieldOptions parameter to mail merge operations

21.11

12 Nov 02:32
Compare
Choose a tag to compare
  • New style identifiers for Mention, Smart Hyperlink, Hashtag and Unresolved Mention have been added

21.10

19 Oct 11:05
Compare
Choose a tag to compare

Enhancements in Version 21.10

  • Removed 'GraphicsQualityOptions' image save option as it no longer supported.
  • Added query parameter 'displayIntermediateResults' for batch requests. If 'false', the last response in batch will be returned only. Default is 'true'
  • Added 'JsonDataLoadOptions' and 'XmlDataLoadOptions' to 'ReportEngineSettings'