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

Product Docs Demos Swagger UI Samples Blog Support Trial

What’s new in GroupDocs.Annotation Cloud 21.6

  • Custom Font Loading: This release introduces the ability to load custom fonts into documents during annotation and preview processes. Developers can now specify a directory containing custom fonts, providing greater flexibility and control over document rendering.

  • ZIndex Option for Annotations: The new ZIndex property allows annotations to be layered over page content, ensuring that important annotations are visible and correctly ordered. This feature is particularly useful for documents requiring multiple annotations with precise layering.

  • Enhanced Preview Options: Added several new options to the preview method, including the ability to set the image resolution (in DPI) and control whether annotations are rendered on the preview. Users can now generate previews without annotations, improving the document review process.

Key API Changes:

  • AnnotationInfo.ZIndex (int): Specifies the stack order of an annotation, allowing for better control over annotation layering.

  • PreviewOptions.FontsPath (string): Defines the path to a directory containing custom fonts in storage, ensuring documents are rendered with the correct fonts.

  • AnnotateOptions.FontsPath (string): Similar to PreviewOptions, this property defines the path to custom fonts for use during annotation.

  • PreviewOptions.Resolution (int): Allows users to set the resolution of generated images, enhancing the clarity of document previews.

  • PreviewOptions.RenderAnnotations (bool): Controls whether annotations are included in the generated preview, giving users the option to view clean, unannotated documents.

To view the complete list of all new features, enhancements, and bug fixes introduced in this release please visit the GroupDocs.Annotation Cloud 21.6 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