Class PDFRenderingUtil

java.lang.Object
org.apache.fop.render.pdf.PDFRenderingUtil

class PDFRenderingUtil extends Object
Utility class which enables all sorts of features that are not directly connected to the normal rendering process.
  • Field Details

    • log

      private static org.apache.commons.logging.Log log
      logging instance
    • userAgent

      private FOUserAgent userAgent
    • pdfDoc

      private PDFDocument pdfDoc
      the PDF Document being created
    • rendererConfig

      private PDFRendererOptionsConfig rendererConfig
    • outputProfile

      private PDFICCStream outputProfile
      the ICC stream used as output profile by this document for PDF/A and PDF/X functionality.
    • sRGBColorSpace

      private PDFICCBasedColorSpace sRGBColorSpace
      the default sRGB color space.
  • Constructor Details

    • PDFRenderingUtil

      PDFRenderingUtil(FOUserAgent userAgent)
  • Method Details