Package org.jfree.report.modules.gui.pdf

An PDF export module.

See:
          Description

Class Summary
PDFExportGUIModule The module definition for the PDF export gui module.
PDFExportPlugin Encapsulates the PDF export into a separate export plugin.
PDFExportTask An export task implementation which writes a given report into a PDF file.
PDFSaveDialog A dialog that is used to perform the printing of a report into a PDF file.
 

Package org.jfree.report.modules.gui.pdf Description

An PDF export module. The module registers itself during the module initialization in the preview frame.

The export is done by using iText; Image content will be recoded to PNG if necessary.