Class JRRtfExporter

All Implemented Interfaces:
Exporter<ExporterInput,RtfReportConfiguration,RtfExporterConfiguration,WriterExporterOutput>

Exports a JasperReports document to RTF format.

The JRRtfExporter implementation helps to export JasperPrint documents in RTF format using RTF Specification 1.6. This means that the RTF files produced by this exporter are compatible with Microsoft Word 6.0, 2003 and XP.

However, users might experience some problems when opening those RTF files with OpenOffice or StarOffice, as these products are not perfectly compatible with the RTF specifications from Microsoft.

RTF is a character-based file format that supports absolute positioning of elements, which means that this exporter produces output very similar to that of the Graphics2D and PDF exporters. The RtfReportConfiguration provides special configuration settings for this exporter.

Almost all the provided samples show how to export to RTF.

Author:
Flavius Sana (flavius_sana@users.sourceforge.net)
See Also: