Contents

CGPDFOperatorTable

A set of callback functions for operators used when scanning content in a PDF document.

Overview

You pass an operator table and a PDF content stream to a CGPDFScanner object. When the scanner parses a PDF operator, Core Graphics invokes your callback for that operator. See also CGPDFScanner and CGPDFContentStream.

For more about PDF operators, see the latest version of PDF Reference, Adobe Systems Incorporated.

Topics

Creating a PDF Operator Table

Setting Callback Functions

Retaining and Releasing a PDF Operator Table

Callbacks

Data Types