Skip to content

icepdf-7.2.0

Compare
Choose a tag to compare
@pcorless pcorless released this 16 Feb 06:09

About This Release

ICEpdf 7.2.0 release introduces several new features to the library.

A new redaction annotation tool for text and image content. The tool allows the selection of text and drawing on images to mark content for removal. During the document export process text content is removed and image data is burned with black pixels. The Viewer RI also has a new button on the search pane to allow for the auto creation of redaction annotations based on search results. This is an exciting new feature that has been asked about many times over the years.

Annotation undo/redo feature have been added back to the Viewer RI as part of a generous contribution from a community member.

Notable changes and Enhancements

Render core

  • GH-314 text and image redaction annotation support

Viewer RI core

  • GH-314 text and image redaction annotation support
  • GH-314 use search results to auto generate text redaction annotations
  • GH-34 undo/redo support for annotation edits

Viewer RI core

  • GH-314 headless redaction example using search results.

Maven Central Dependencies

<dependencies>
    <dependency>
        <groupId>com.github.pcorless.icepdf</groupId>
        <artifactId>icepdf-core</artifactId>
        <version>7.2.0</version>
    </dependency>
    <dependency>
        <groupId>com.github.pcorless.icepdf</groupId>
        <artifactId>icepdf-viewer</artifactId>
        <version>7.2.0</version>
    </dependency>
</dependencies>

Full Changelog: v7.1.4...v7.2.0