Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-ruby

22.11

16 Apr 07:09

Choose a tag to compare

  • Added 'EmbedAttachments' property for PdfSaveOptionsData class.

22.10

16 Apr 07:07

Choose a tag to compare

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

22.9

16 Apr 07:06

Choose a tag to compare

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

22.8

16 Apr 07:02

Choose a tag to compare

  • Added optional loadEncoding and password parameters for ConvertDocument API method.

22.7

14 Jul 05:59

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
  • Fixed timeout initialization in Faraday request

22.6

17 Jun 07:29

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:28

Choose a tag to compare

Enhancements in Version 22.5

  • Internal API fixes and improvments.

22.4

17 Jun 07:28

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:28

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

15 Feb 13:28

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.