OpenPDF 1.3.2 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:
- Don't clean metadata by default in Stamper. (#230).
- Modernization efforts (#223, #224, #225, #226, #227, #228).
- Fix binary transparency bug (#216, #222).
- Bugfixes by drawing text in PdfGraphics2D (#221).
- Fix bug concerning stroke colors when simulating bold fonts (#220).
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.2</version>
</dependency>