<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-annotation-cloud</artifactId>
    <version>21.2</version>
</dependency>
copied!  
compile(group: 'com.groupdocs', name: 'groupdocs-annotation-cloud', version: '21.2')
copied!  
<dependency org="com.groupdocs" name="groupdocs-annotation-cloud" rev="21.2">
    <artifact name="groupdocs-annotation-cloud" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.groupdocs" % "groupdocs-annotation-cloud" % "21.2"
copied!  

Product Docs Demos Swagger UI Samples Blog Support Trial

What’s new in GroupDocs.Annotation Cloud 21.2

Key Highlights:

  • Enhanced Security: In this release, API methods have been updated to pass all parameters through the request body instead of the query string, significantly improving security. This change is especially important for sensitive information, such as passwords, ensuring that they are not exposed in the query string.

  • Direct Annotation Integration: Annotations are now added directly to the document itself. The previous export method has been removed and replaced with two new add methods, allowing for a more streamlined process of embedding annotations into documents. This improvement simplifies the workflow for developers, making it easier to manage annotated documents.

Public API and Backward Incompatible Changes:

  • Method Changes:
    • Annotation Extraction: The method for extracting annotations has been changed from GET /annotation to POST /annotation/extract.
    • Annotation Removal: The method for removing annotations has changed from DELETE /annotation to POST /annotation/remove.
    • Annotation Addition: Annotations can now be added using POST /annotation/add for saving output files in cloud storage or PUT /annotation/add for returning the output file directly.
    • Preview Generation: The method for generating image previews of document pages has been updated from GET /annotation/pages to POST /annotation/preview/create.
    • Preview Removal: The method for removing preview images has been updated from DELETE /annotation/pages to POST /annotation/preview/remove.

To view the complete list of all new features, enhancements, and bug fixes introduced in this release please visit the GroupDocs.Annotation Cloud 21.2 Release Notes.

Product Docs Demos Swagger UI Samples Blog Support Trial

VersionRelease Date
23.12December 27, 2023
23.4April 14, 2023
22.2February 7, 2022
21.6January 25, 2022
21.2January 25, 2022
18.7January 25, 2022
18.4January 25, 2022
20.10October 14, 2020
19.5May 15, 2019