Inherits from NSObject
Declared in PSPDFDocumentParser.h

Overview

Parses the PDF structure and supports writing annotations.

Tasks

Properties

documentProvider

Attached document provider.

@property (nonatomic, weak, readonly) PSPDFDocumentProvider *documentProvider

Declared In

PSPDFDocumentParser.h

encryptionFilter

Encryption Filter if one is found in the document.

@property (nonatomic, copy, readonly) NSString *encryptionFilter

Declared In

PSPDFDocumentParser.h

pageObjectNumbers

Exposed XRef objects.

@property (nonatomic, copy, readonly) NSArray *pageObjectNumbers

Declared In

PSPDFDocumentParser.h

Instance Methods

parseDocumentWithError:

Parses the PDF XRef table.

- (BOOL)parseDocumentWithError:(NSError **)error

Declared In

PSPDFDocumentParser.h

saveAnnotations:withError:

Saves annotations, returns error if there was a problem.

- (BOOL)saveAnnotations:(NSDictionary *)annotations withError:(NSError **)error

Declared In

PSPDFDocumentParser.h