Releases: pcorless/icepdf
icepdf-7.2.3
About This Release
ICEpdf 7.2.3 is a certified maintenance release. Containing several improvements to text rendering.
Notable changes and Enhancements
Render core
- GH-383 Using defaultWidth in ZFontType2.getAdvance by @SirFrancix in #384
- GH-381 Exit indexing loop if previous position == position by @gtache in #382
- GH-386 fix two glyph selection issues by @pcorless in #387
Viewer RI
- GH-385 fix missing text annotations when page rotation is predefined
New Contributors
- @SirFrancix made their first contribution in #384
Full Changelog: v7.2.2...v7.2.3
icepdf-7.2.2
About This Release
ICEpdf 7.2.2 is a certified maintenance release.
Notable changes and Enhancements
Render core
- GH-375 isolate fetching glyph shape to fix outline fetching bug. by @pcorless in #378
- GH-374 fix hex string parsing issue that was dropping last char.
Viewer RI
- GH-376 add some protection for popup annotations that don't have home. by @pcorless in #377
- GH-371 update a few icons to be vector sourced.
Full Changelog: v7.2.1...v7.2.2
icepdf-7.2.1
About This Release
ICEpdf 7.2.1 is a certified maintenance release.
Notable changes and Enhancements
Render core
- GH-340 fix a font encoding issues by @pcorless in #342
- GH-359 Uses getPageLines in PageText#toString by @gtache in #360
Viewer RI
- GH-348 Improve German messages by @a-leithner in #344
- GH-345 Make icons customizable by @a-leithner in #347
- GH-345 Restores original spacing between button and dropdown arrow in toolbar by @gtache in #362
- GH-356 update PrintHelper to implement Printable by @pcorless in #357
- GH-252 Delete all annotations by @gtache in #253
Packing and build
New Contributors
- @a-leithner made their first contribution in #344
- @myroch made their first contribution in part #349
Full Changelog: v7.2.0...v7.2.1
icepdf-7.2.0
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
icepdf-7.1.4
About This Release
ICEpdf 7.1.4 is a certified maintenance release.
Notable changes and Enhancements
Render core
- GH-25 corrected a few corner case where annotations changes might not prompt a user to save document changes on closing the document
- GH-308 fixed a null pointer exception when null embeddedFileStreams are encountered
- GH-323 fixed file descriptor leak on windows systems
- GH-327 corrected an issue where markup annotations may incorrectly escape text with extra escape characters
- GH-331 refreshed dependency versions
- GH-321 fix an issue where the xref offset was incorrectly calculated
Viewer RI
- GH-330 fixed an issue where text annotation glue and popup were not correctly removed from the document view
- GH-328 normalized new popup annotation container size
- GH-324 added copy highlighted text item to the page content menu
- GH-316 fixed prevents documents without annotations from printing correctly
- GH-315 fixed an issue where the popup annotation may not be correctly found
Maven Central Dependencies
<dependencies>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-core</artifactId>
<version>7.1.4</version>
</dependency>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-viewer</artifactId>
<version>7.1.4</version>
</dependency>
</dependencies>
Full Changelog: v7.1.3...v7.1.4
icepdf-7.1.3
About This Release
ICEpdf 7.1.3 is a certified maintenance release.
Notable changes and Enhancements
Render core
- GH-291 fix encryption and traversal bugs during full document writes.
- GH-298 fix images masking issues.
- GH-287 update bouncy castle library to jdk18 - 1.76.
Viewer RI
- GH-302 fix api regression when opening documents using byte arrays.
- GH-295 add multi-path support to ink annotation creation.
- GH-71 translations updates
Maven Central Dependencies
<dependencies>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-core</artifactId>
<version>7.1.3</version>
</dependency>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-viewer</artifactId>
<version>7.1.3</version>
</dependency>
</dependencies>
Full Changelog: icepdf-7.1.1...icepdf-7.1.3
icepdf-7.1.2
About This Release
ICEpdf 7.1.2 is a certified maintenance release.
Notable changes and Enhancements
Render core
- GH-173 further refinements to printing popup annotations.
Viewer RI
- GH-173 address a critical issue by which the Viewer RI would lock on loading a document with annotations.
Maven Central Dependencies
<dependencies>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-core</artifactId>
<version>7.1.2</version>
</dependency>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-viewer</artifactId>
<version>7.1.2</version>
</dependency>
</dependencies>
Full Changelog: icepdf-7.1.1...icepdf-7.1.2
icepdf-7.1.1
About This Release
ICEpdf 7.1.1 is a certified maintenance release.
Notable changes and Enhancements
Render core
- GH-173 adds support of printing popup annotations that are outside of the page bounds when printFitToMargin is enabled
- GH-262 update SmoothScaledImageReference to improve image rendering quality and fix a masking issue.
Viewer RI
- GH-279 fix regressions with left page view layout introduced in 7.1.0.
- GH-270 add alpha to MarkupAnnotationPopupMenu button
Maven Central Dependencies
<dependencies>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-core</artifactId>
<version>7.1.1</version>
</dependency>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-viewer</artifactId>
<version>7.1.1</version>
</dependency>
</dependencies>
Full Changelog: icepdf-7.1.0...icepdf-7.1.1
icepdf-7.1.0
About This Release
ICEpdf 7.1.0 is a production release that introduces several new features to the library.
A new NIO PDF Object parse and file Indexer. This is an important first step towards enabling full document writes and pruning deleted PDF objects from the file. The new parser is also faster, more robust, and easier to maintain than its predecessor.
Popup annotations are no longer bound to page space and can be dragged outside of the page bounds. It is also now possible to print a popup annotation that is in a visible state and has the printable permission flag enabled.
The release also includes changes to exception handling and logging to help better diagnose rendering problems.
Notable changes and Enhancements
Render core
- New PDF Object parser implemented using NIO resulting in improved rendering performance
- Logging and exception handling cleanup
- Printable popup annotations
- Numerous object and content parser fixes.
Viewer RI core
- Popup annotations are no longer bound to the page boundaries and can be dragged anywhere in the document page view.
Maven Central Dependencies
<dependencies>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-core</artifactId>
<version>7.1.0</version>
</dependency>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-viewer</artifactId>
<version>7.1.0</version>
</dependency>
</dependencies>
Full Changelog: https://github.com/pcorless/icepdf/commits/icepdf-7.1.0
icepdf-7.0.2
About This Release
ICEpdf 7.0.2 is a certified maintenance release.
Notable changes and Enhancements
Render core
- GH-258 fixes a CITTFax reflective loading issue that was preventing the Twelvemonkeys library from initializing correctly. This fix improves CITTFax image rendering support.
Viewer RI
- GH-258 fixes annotation choice widget scaling issue when changing document zoom
- GH-250 community contribution of Chinese (Simplified) translations for Viewer RI
- GH-259 addresses page layout not being reset after opening a document that supports attachments
Maven Central Dependencies
<dependencies>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-core</artifactId>
<version>7.0.2</version>
</dependency>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-viewer</artifactId>
<version>7.0.2</version>
</dependency>
</dependencies>
Full Changelog: icepdf-7.0.1...icepdf-7.0.2