All Versions
22
Latest Version
Avg Release Cycle
21 days
Latest Release
871 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.3.3 Changes
August 16, 2019๐ OpenPDF 1.3.3 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 to font loading (#231).
โก๏ธ 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.3</version> </dependency>
-
v1.3.2 Changes
August 13, 2019๐ 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>