<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-redaction</artifactId>
<version>23.7</version>
</dependency>
compile(group: 'com.groupdocs', name: 'groupdocs-redaction', version: '23.7')
<dependency org="com.groupdocs" name="groupdocs-redaction" rev="23.7">
<artifact name="groupdocs-redaction" ext="jar"/>
</dependency>
libraryDependencies += "com.groupdocs" % "groupdocs-redaction" % "23.7"
What’s new in the GroupDocs.Redaction for Java 23.7
Release Highlights
GroupDocs.Redaction for Java 23.7 brings precision redaction capabilities and crucial fixes for complex documents. Users can now apply redactions to specific page ranges and targeted areas within documents using the new filter classes. This release also resolves failures in processing PDF files containing complex regular expressions, ensuring more stable redaction handling across diverse content types.
New Features
- Scoped Redactions with Page and Area Filters:
IntroducedPageRangeFilter
andPageAreaFilter
to define exact page numbers and rectangular regions for redactions. This enhancement enables high-precision control over redacted content in structured documents like PDFs.
Bug Fixes
- PDF Redaction Crash Fix:
Fixed an issue where PDF redactions failed when applying large or complex regular expressions, improving stability in regex-based content removal.
Public API and Backward Incompatible Changes
- New API Additions:
RedactionFilter
(abstract base class)PageRangeFilter
(defines specific page ranges for redaction)PageAreaFilter
(specifies an area within a page)getFilters()
andsetFilters()
methods added toReplacementOptions
class for applying multiple redaction filters
🔍 Explore the Full Release Details
For the complete list of updates, please visit GroupDocs.Redaction for Java 23.7 Release Notes
pdf page range redaction
| region-based redaction
| regex pdf redaction crash
| page filter redaction
| redaction scope control
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.7-javadoc.jar | javadoc | 482 KB |
groupdocs-redaction-23.7.jar | 143 MB | |
groupdocs-redaction-23.7.pom | 2 KB |