Example usage for org.apache.pdfbox.contentstream.operator OperatorProcessor subclass-usage

List of usage examples for org.apache.pdfbox.contentstream.operator OperatorProcessor subclass-usage

Introduction

In this page you can find the example usage for org.apache.pdfbox.contentstream.operator OperatorProcessor subclass-usage.

Usage

From source file at.knowcenter.wag.egov.egiz.pdfbox2.pdf.operator.path.PathConstructionOperatorProcessor.java

/**
 * Provides functions for path construction operators.
 *
 * @see "PDF 1.7 specification, Section 8.5.2 'Path Construction Operators'"
 * @author Datentechnik Innovation GmbH
 *

From source file at.knowcenter.wag.egov.egiz.pdfbox2.pdf.operator.path.PathPaintingOperatorProcessor.java

/**
 * Provides functions for path painting operators.
 *
 * @see "PDF 1.7 specification, Section 8.5.2 'Path Construction Operators'"
 * @author Datentechnik Innovation GmbH
 *