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