OpenPDF 1.2.17 has been released. OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. This release contains these new improvements:
- Java Modules support improvements. Merge pdf-html and pdf-xml into the openpdf module. This resolves the split Package Issue with pdf-xml, pdf-xml and openpdf modules. (#185).
- Generate PDF version 1.5 by default.
- Show error message if the PDF read is larger than 2GB.
- Allow overriding File ID (#180).
Update to the latest OpenPDF version by using this in your pom.xml file:
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.2.17</version>
</dependency>