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