Interface JRPdfExporterContext

All Superinterfaces:
JRExporterContext
All Known Implementing Classes:
JRPdfExporter.ExporterContext

public interface JRPdfExporterContext extends JRExporterContext
A context that represents information about an PDF export process.
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
  • Method Details

    • getPdfWriter

      com.lowagie.text.pdf.PdfWriter getPdfWriter()
      Returns the PdfWriter instance used by the exporter.
      Returns:
      the exporter's PdfWriter instance
    • getPdfProducer

      PdfProducer getPdfProducer()