OpenPDF 1.3.6 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:
- Bugfix: Nullpointer on auto closing document (#211).
- Remove unneeded call to close() on PDFFile when closing PdfWriter (#211).
- Clean metadata: doesn't export Producer in XMP if explicitly removed (#245).
- Use ForEach instead of Iterator (#243).
- Sample Arabic Text test broken (#240).
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.3.6</version>
</dependency>