Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-dotnet

21.11

11 Nov 07:50
Compare
Choose a tag to compare
version 21.11

21.10

19 Oct 08: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'

21.9

16 Sep 07:42
Compare
Choose a tag to compare

Enhancements in Version 21.9

21.8

01 Sep 11:17
Compare
Choose a tag to compare

Enhancements in Version 2108

  • Added new api methods to get, insert, update or delete custom xml parts from documents.
  • Added parameter 'ResultDocumentFormat' to Compare API.
  • Added 'ExportLanguageToSpanTag' pdf save option.
  • Added 'FlatOpcXmlMappingOnly' save option.

21.7

28 Jul 11:30
Compare
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
  • Added new API method to get a RSA public key to encrypt document passwords
  • Added encryptedPassword common query option to pass an encrypted document password

21.6

01 Jul 11:39
Compare
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

13 May 10:43
Compare
Choose a tag to compare

Enhancements in Version 21.5

  • Update dependencies
  • Add dependsOn feature for batch requests

21.4

15 Apr 07:52
Compare
Choose a tag to compare
version 21.4

21.3

30 Mar 07:32
Compare
Choose a tag to compare

Enhancements in Version 21.3

  • 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)

20.11

19 Nov 09:05
Compare
Choose a tag to compare

Enhancements in Version 20.11

  • In configuration json file appSid / appKey has been replaced to clientId / clientSecret.
  • In Words API initialization methods clientId parameter precedes clientSecret parameter.