You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(C)opyright 2013-2022, by David Gilbert. All rights reserved.
Overview
JFreePDF is a library module for the Java(tm) platform that allows you to create content in Adobe's Portable Document Format (PDF) using the standard Java2D drawing API (Graphics2D). JFreePDF is light-weight, fast, and has no dependencies other than the Java runtime (11 or later). The home page for the project is:
JFreePDF is being tested using Graphics2D Tester and produces the output shown below.
Dual Licensing
JFreePDF is dual licensed. You can use JFreePDF under the terms of the GNU General Public License version 3 (GPLv3) or later. If you prefer not to be bound by the terms of the GPLv3, an alternative license is available to JFree sponsors.
JFreePDF integrates the Ascii85OutputStream class written by Ben Upsavs and distributed freely under the (BSD-style) terms listed in the Ascii85OutputStream-license.txt file.
Change History
Version 2.0.1 (6 November 2022)
fix various warnings
update Maven plugin versions in pom.xml
updated JUnit to version 5.9.1.
Version 2.0 (1 March 2020)
converted to a Java module;
renamed OrsonPDF to JFreePDF.
About
JFreePDF is a modular library for the Java platform that provides an implementation of the Graphics2D API that emits PDF.