OpenPDF 1.2.1
andreasrosdal
released this
27 Aug 05:41
·
1256 commits
to master
since this release
OpenPDF 1.2.1 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:
- DSS is now able to produce PAdES Baseline Profiles B/T/LT/LTA with OpenPDF. There is currently a test-branch for this in DSS. The PdfStamper class has been updated with some methods to override PDF headers used when signing the document. #86, #95 and #94.
- ImageIO is used to read images.
- Updated dependency of Commons Compress to version 1.18.
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.1</version>
</dependency>