Releases: aspose-words-cloud/aspose-words-cloud-java
Releases · aspose-words-cloud/aspose-words-cloud-java
21.6
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
- Update dependencies in sdk
21.4
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
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
API Changes
- Added delete all comments method
21.1
API Changes
- Added online version for all API methods
20.11
- In configuration json file appSid / appKey has been replaced to clientId / clientSecret.
- In Words API initialization methods clientId parameter precedes clientSecret parameter.
20.10
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
API changes
- Added "Markdown" save format
- Added endpoint to update paragraph format without node path (PUT "/words/{name}/paragraphs/{index}/format")
20.6
- 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.