Skip to content

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

21.6

30 Aug 04:00

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
  • Added online methods

21.5

30 Aug 04:00

Choose a tag to compare

  • Update dependencies in sdk

21.4

30 Aug 03:59

Choose a tag to compare

Enhancements in Version 21.4

  • Removed obsolete pdf save option 'EscapeUri'
  • SaveOptions now contains CustomTimeZoneInfo to set custom timezone when SdtType.Date structured document tag updated from custom XML
  • Url of child requests in batch can be full now (earlier it can be only relative)
  • Added 'RequestId' header to all responses

21.3

30 Aug 03:58

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

30 Aug 03:58

Choose a tag to compare

API Changes

  • Added delete all comments method

21.1

30 Aug 03:57

Choose a tag to compare

API Changes

  • Added online version for all API methods

20.11

19 Nov 09:48

Choose a tag to compare

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

20.10

20 Oct 08:53

Choose a tag to compare

Api Changes

  • Added new api method /batch which is allows to run batch of requests, e.g. get list of paragraphs, remove one paragraph, and then again insert paragraph

20.7

13 Jul 13:12

Choose a tag to compare

API changes

  1. Added "Markdown" save format
  2. Added endpoint to update paragraph format without node path (PUT "/words/{name}/paragraphs/{index}/format")

20.6

18 Jun 13:17

Choose a tag to compare

  • Added OoxmlSaveOption CompressionLevel property
  • Added group of methods without nodePath property
    • DeleteAllParagraphTabStops
    • DeleteParagraphListFormat
    • DeleteParagraphTabStop
    • GetParagraphTabStops
    • InsertOrUpdateParagraphTabStop
    • InsertParagraph
    • UpdateParagraphFormat
    • UpdateParagraphListFormat
  • In methods InsertOrUpdateParagraphTabStop, DeleteParagraphTabStop order of parameters has changed NodePath was moved to one position next, like if it was second before, now it's third.