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

What’s new in the GroupDocs.Redaction for Java 23.3

Release Highlights

GroupDocs.Redaction for Java 23.3 introduces expanded document format support and critical fixes to redaction workflows. This release adds the ability to handle DjVu files, enables pre-rasterization of documents before redaction, and resolves issues with text duplication and color-based replacements across various formats including RTF, PDF, and DOCX.

New Features

  • Support for DjVu Files:
    Users can now redact or remove pages from DjVu documents. Redacted output is saved as a PDF for compatibility and ease of viewing.

  • Document Pre-Rasterization:
    Introduced a flag to rasterize documents before redactions are applied. This allows for greater precision and compatibility in redaction processes.

Bug Fixes

  • Duplicate Redaction Text in RTF Documents:
    Fixed an issue where replacement text was duplicated during redactions in RTF, OpenOffice, and Word formats.

  • Color-Based Replacement Issues:
    Resolved an issue in PDF redactions where using a color instead of text for replacement caused failures due to memory exceptions.

Public API and Backward Incompatible Changes

  • New Methods in LoadOptions:
    • getPreRasterize() and setPreRasterize(boolean) allow enabling/disabling pre-rasterization.
    • New constructor overloads in LoadOptions accept a boolean parameter to set this flag directly.

🔍 Explore the Full Release Details

For the complete list of updates, please visit GroupDocs.Redaction for Java 23.3 Release Notes


djvu file redaction | pdf color redaction | rasterize docx redaction | remove djvu pages | pre-rasterize redaction

VersionRelease Date
25.5May 22, 2025
24.9May 3, 2025
24.1January 25, 2024
23.9September 8, 2023
23.7July 3, 2023
23.3March 29, 2023
23.2February 2, 2023
22.10October 19, 2022
20.7January 25, 2022
19.11January 25, 2022
21.12December 10, 2021
21.6June 25, 2021
21.1January 29, 2021
20.11November 13, 2020
20.2February 28, 2020
20.1January 16, 2020
19.6June 11, 2019