Skip to main content

Posts

Showing posts with the label JFreeReport

Java PDF Libraries - JFreeReport

JFreeReport is a free Java report library. It has the following features: full on-screen print preview; data obtained via Swing's TableModel interface (making it easy to print data directly from your application); XML-based report definitions; output to the screen, printer or various export formats (PDF, HTML, CSV, Excel, plain text); support for servlets (uses the JFreeReport extensions) complete source code included (subject to the GNU Lesser General Public Licence); extensive source code documentation; JFreeReport requires Java SDK 1.2.2 or later. URL: http://www.jfree.org/jfreereport/ Licence: LGPL