Package gnu.jpdf

PDF library

See:
          Description

Class Summary
BoundingBox This class simplifies the placement of Strings within a canvas area where the placement of objects is absolute
PDFAnnot This class defines an annotation (commonly known as a Bookmark).
PDFBorder A border around an annotation
PDFCatalog This class implements the PDF Catalog, also known as the root node
PDFDocument This class is the base of the PDF generator.
PDFFont This class defines a font within a PDF document.
PDFGraphics This class is our implementation of AWT's Graphics class.
PDFImage This implements the Image XObject.
PDFInfo This class stores details of the author, the PDF generator etc.
PDFJob This class extends awt's PrintJob, to provide a simple method of writing PDF documents.
PDFObject This is the base class for all Objects that form the PDF document.
PDFOutline This class manages the documents outlines (also known as bookmarks).
PDFOutput This class is used to write a PDF document.
PDFPage This class defines a single page within a document.
PDFPageList This object contains the document's pages.
PDFStream This class implements a PDF stream object.
PDFStringHelper String manipulation methods
PDFTest The purpose of this class is to test all functionality of the gnu.jpdf package and serve as a demonstration of how to use the library.
PDFXref This class is used to hold the xref information in the PDF Trailer block.
 

Exception Summary
StringTooLongException This exception is thrown from BoundingBox if the string won't fit into the box
 

Package gnu.jpdf Description

PDF library