<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-annotation-cloud</artifactId>
<version>21.2</version>
</dependency>
compile(group: 'com.groupdocs', name: 'groupdocs-annotation-cloud', version: '21.2')
<dependency org="com.groupdocs" name="groupdocs-annotation-cloud" rev="21.2">
<artifact name="groupdocs-annotation-cloud" ext="jar"/>
</dependency>
libraryDependencies += "com.groupdocs" % "groupdocs-annotation-cloud" % "21.2"
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
toPOST /annotation/extract
. - Annotation Removal: The method for removing annotations has changed from
DELETE /annotation
toPOST /annotation/remove
. - Annotation Addition: Annotations can now be added using
POST /annotation/add
for saving output files in cloud storage orPUT /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
toPOST /annotation/preview/create
. - Preview Removal: The method for removing preview images has been updated from
DELETE /annotation/pages
toPOST /annotation/preview/remove
.
- Annotation Extraction: The method for extracting annotations has been changed from
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.
File | Classifier | Size |
---|---|---|
groupdocs-annotation-cloud-21.2-javadoc.jar | javadoc | 926 KB |
groupdocs-annotation-cloud-21.2-sources.jar | sources | 138 KB |
groupdocs-annotation-cloud-21.2.jar | 232 KB | |
groupdocs-annotation-cloud-21.2.pom | 2 KB |
Document Annotation Java Cloud REST API GroupDocs.Annotation SDK API Document Management Cloud REST API Document Annotation Java SDK Cloud Document Annotator Annotation Types Text Annotations Image Annotations Shape Annotations Annotation Properties PDF Annotation Word Annotation Excel Annotation PowerPoint Annotation Image Annotation Rendering Documents Preview Documents Remove Annotations Extract Annotations File Management Folder Management Storage Management File API Folder API Storage API Supported File Formats Document Information Get Pages Annotation Info Annotation Options Advanced Annotation Usage Area Annotation Arrow Annotation Distance Annotation Ellipse Annotation Link Annotation Point Annotation Polyline Annotation Resources Redaction Annotation TextField Annotation TextHighlight Annotation TextRedaction Annotation TextReplacement Annotation TextStrikeout Annotation TextUnderline Annotation Watermark Annotation Squiggly Annotation Microsoft Word OpenOffice Writer Microsoft Excel Microsoft PowerPoint OpenOffice Impress Microsoft Visio Microsoft Outlook AutoCAD DICOM HTML MHTML PDF MetaFiles Maven Install from Source JWT OAuth 2.0 Authorization Authentication Sample Code Java Examples Get Started Client ID Client Secret GroupDocs Cloud Cloud Storage Deploy to Maven Install SDK API Configuration