Contents

PDFDocument

An object that represents PDF data or a PDF file and defines methods for writing, searching, and selecting PDF data.

Declaration

class PDFDocument

Mentioned in

Overview

The other utility classes are either instantiated from methods in PDFDocument, as are PDFPage and PDFOutline; or support it, as do PDFSelection and PDFDestination.

You initialize a PDFDocument object with PDF data or with a URL to a PDF file. You can then ask for the page count, add or delete pages, perform a find, or parse selected content into an NSString object.

Topics

Initializing Documents

Reading and Writing PDFs

Setting the Delegate

Constants

Instance Properties

Initializers

Instance Methods

See Also

Content Model