<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-redaction</artifactId>
<version>23.3</version>
</dependency>
compile(group: 'com.groupdocs', name: 'groupdocs-redaction', version: '23.3')
<dependency org="com.groupdocs" name="groupdocs-redaction" rev="23.3">
<artifact name="groupdocs-redaction" ext="jar"/>
</dependency>
libraryDependencies += "com.groupdocs" % "groupdocs-redaction" % "23.3"
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()
andsetPreRasterize(boolean)
allow enabling/disabling pre-rasterization.- New constructor overloads in
LoadOptions
accept aboolean
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
Version | Release Date |
---|---|
25.5 | May 22, 2025 |
24.9 | May 3, 2025 |
24.1 | January 25, 2024 |
23.9 | September 8, 2023 |
23.7 | July 3, 2023 |
23.3 | March 29, 2023 |
23.2 | February 2, 2023 |
22.10 | October 19, 2022 |
20.7 | January 25, 2022 |
19.11 | January 25, 2022 |
21.12 | December 10, 2021 |
21.6 | June 25, 2021 |
21.1 | January 29, 2021 |
20.11 | November 13, 2020 |
20.2 | February 28, 2020 |
20.1 | January 16, 2020 |
19.6 | June 11, 2019 |
File | Classifier | Size |
---|---|---|
groupdocs-redaction-23.3-javadoc.jar | javadoc | 469 KB |
groupdocs-redaction-23.3.jar | 142 MB | |
groupdocs-redaction-23.3.pom | 2 KB |