Class PCLDocumentHandler

All Implemented Interfaces:
IFDocumentHandler

public class PCLDocumentHandler extends AbstractBinaryWritingIFDocumentHandler
IFDocumentHandler implementation that produces PCL 5.
  • Field Details

    • pclUtil

      protected PCLRenderingUtil pclUtil
      Utility class for handling all sorts of peripheral tasks around PCL generation.
    • SRC_TRANSPARENCY

      static final org.apache.xmlgraphics.util.QName SRC_TRANSPARENCY
      Source transparency mode
    • DISABLE_CLIPPING

      static final Object DISABLE_CLIPPING
      Disable clipping
    • COLOR_CANVAS

      static final Object COLOR_CANVAS
      Enables/Disables a color canvas for bitmap production (required for SVG, for example)
  • Constructor Details

    • PCLDocumentHandler

      public PCLDocumentHandler(IFContext context)
      Default constructor.
  • Method Details