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

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:
    Introduced PageRangeFilter and PageAreaFilter 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() and setFilters() methods added to ReplacementOptions 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

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