OpenPDF 1.2.0
OpenPDF 1.2.0 has been released. News in this release:
- OpenPDF now also depends upon Apache Commons IO, Apache Commons Compress, Apache Commons Text, Sanselan (Apache Commons Imaging) and juniversalchardet. This is part of the source code cleanup process, where custom source code has been removed by using software libraries instead. #90
- Add PdfReader.modificationAllowedWithoutOwnerPassword flag. #84
- Changed DocumentException to be unchecked (RuntimeException). #87
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.0</version>
</dependency>