gnujpdf is a Java package (gnu.jpdf.
*) licensed under the LGPL. It provides a simple API to create pdf files and print using subclasses of java.awt.Graphics and java.awt.PrintJob. The PDF classes write to an OutputStream in pdf format instead of a typical Graphics object, but the method calls are the same as they would be in any Applet or Application drawing to a canvas.
- Category: PDF Libraries
- License: GNU Library or Lesser General Public License (LGPL)
- HomePage: http://gnujpdf.sourceforge.net/


