Contents

CGPDFScanner

A parser object for handling content and operators in a PDF content stream.

Overview

You can set up the PDF scanner object to invoke callbacks when it encounters specific PDF operators in the stream.

This object is not derived from CFType. In Objective-C, use CGPDFScannerRetain(_:) and CGPDFScannerRelease(_:) to manage the retain count of CGPDFScannerRef instances; do not use CFRetain and CFRelease.

Topics

Creating a PDF Scanner Object

Retaining and Releasing PDF Scanner Objects

Parsing Content

Getting PDF Objects from the Scanner Stack

Data Types

See Also

Related Documentation

  • Quartz 2D Programming Guide