Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-swift

21.7

28 Jul 11:20

Choose a tag to compare

Enhancements in Version 21.7

  • ImlRenderingMode option introduced witch is used to determine how ink (InkML) objects are rendered
  • MaxCharactersPerLine option introduced which is used to specify the maximum number of characters per one line

21.6

01 Jul 13:04

Choose a tag to compare

Enhancements in Version 21.6

  • Implemented beta version of CompareDocumentOnline feature with both document sending in request
  • CompareDocument method now can handle PDF files
  • AcceptAllRevisionsBeforeComparison option introduced which is used to specify if accept all revisions before comparison

21.5

25 May 11:47

Choose a tag to compare

API Changes

  • Update dependencies in sdk

21.4

14 Apr 15:35

Choose a tag to compare

API Changes

  • Support batch requests.
  • Added DependsOn and ResultOf features support for batch requests.

21.3

10 Mar 12:06

Choose a tag to compare

API Changes

  • Added 'UpdateCreatedTimeProperty' save option
  • Added Tables into HeaderFooter so it's possible to address paragraphs inside table which is located in headerfooter (sections/0/headersfooters/1/tables/0/rows/0/cells/0/paragraphs/0)

21.2

11 Feb 08:09

Choose a tag to compare

API Changes

  • Added delete all comments method

21.1

18 Jan 10:35

Choose a tag to compare

API Changes

  • Added online version for all API methods

20.11

19 Nov 12:35

Choose a tag to compare

API Changes

  • In configuration json file appSid / appKey has been replaced to clientId / clientSecret.
  • In Words API initialization methods clientId parameter precedes clientSecret parameter.
  • Fixed the problem with serialization of object properties (it was a souce of NPE).

20.10

19 Oct 10:00

Choose a tag to compare

API changes

  1. Added Batch API feature

20.8

06 Aug 08:14

Choose a tag to compare

API changes

  1. Added new api method (PUT '/words/{name}/compatibility/optimize') which is allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word
  2. Added 'ApplyBaseDocumentHeadersAndFootersToAppendingDocuments' option to 'DocumentEntryList' for AppendDocument API
  3. WithoutNodePath methods have been removed, pass null values instead