The JPDF adds a comprehensive printing capability to existing Java applications. This includes the ability to preview and print (1) Java Swing GUI components, and (2) business reports containing database data.
The JPDF is:
* Designed to be integrated into Java Swing applications/applets.
* Designed to minimize the required coding effort.
* Highly extensible to meet application-specific printing requirements.
Capabilities include:
* Printing of Swing components: JTable, JTree, JTextPane, JTextArea, JEditorPane, and JPanel.
* Composition and printing of business reports. Reports are composed programatically -- giving you full control of layout and formatting.
* A wide variety of Page Setup, Preview, and Print dialogs which can be plugged into your application with little coding.
* Custom Print Attributes used to specify many printing options.
* A Print Job management facility which executes Print Jobs in the background.
* Easy language and units-of-measure localization.
The free Demo is an interactive Java application which demonstrates the capabilities of the JPDF. Sample code applications are included.