Class CustomGraphicsStreamEngine


public class CustomGraphicsStreamEngine extends PDFGraphicsStreamEngine
Example of a custom PDFGraphicsStreamEngine subclass. Allows text and graphics to be processed in a custom manner. This example simply prints the operations to stdout.

See PDFStreamEngine for further methods which may be overridden.

  • Constructor Details

    • CustomGraphicsStreamEngine

      protected CustomGraphicsStreamEngine(PDPage page)
      Constructor.
      Parameters:
      page - PDF Page
  • Method Details