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

Product Docs Demos API Ref Examples Blog Support License

What’s new in the GroupDocs.Annotation for Java 23.2

The 23.2 release of GroupDocs.Annotation for Java brings a significant enhancement and a crucial bug fix, aimed at improving the performance and quality of document previews.

Key Features

  • Adjustable Image Quality for Document Previews (ANNOTATIONJAVA-1356):
    This new feature allows users to set the resolution for document previews, enhancing control over image quality. By adjusting the resolution, users can balance between image clarity and file size, ensuring optimal performance based on their needs.

    Example code for setting image quality:

    import com.groupdocs.annotation.Annotator;
    import com.groupdocs.annotation.options.pagepreview.PreviewOptions;
    
    PreviewOptions previewOptions = new PreviewOptions();
    previewOptions.setPreviewFormat(PreviewFormats.PNG);
    
    try (final Annotator annotator = new Annotator("input.pdf")) {
        previewOptions.setResolution(80);
        annotator.getDocument().generatePreview(previewOptions);
    }
    

    Source*

Bug Fix

  • Web Application Performance Issue (ANNOTATIONJAVA-1345):
    A bug causing web applications to slow down after adding several annotations has been fixed. This improvement ensures a smoother and more responsive experience during document annotation sessions.

🔍 Explore the Full Release Details

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

Product Docs Demos API Ref Examples Blog Support License

VersionRelease Date
24.6June 30, 2024
23.10October 9, 2023
23.8August 28, 2023
23.6June 23, 2023
23.4April 17, 2023
23.2April 16, 2023
21.7.2January 25, 2022
21.7.1January 25, 2022
2.0.0January 25, 2022
19.2January 25, 2022
17.10January 25, 2022
17.10.3January 25, 2022
1.5.0January 25, 2022
21.7July 21, 2021
19.7February 19, 2020
20.2February 13, 2020
19.5May 30, 2019
19.4April 15, 2019
18.1October 16, 2018
18.10October 16, 2018
1.4.0April 18, 2018
1.6.0April 18, 2018
1.7.0April 18, 2018
1.7.1April 18, 2018
1.8.0April 18, 2018
1.8.1April 18, 2018
1.8.2April 18, 2018
1.9.0April 18, 2018
17.1.0April 18, 2018
17.10.1April 18, 2018
17.10.2April 18, 2018
17.5.0April 18, 2018
17.6.0April 18, 2018
18.4April 18, 2018
3.1.0April 18, 2018