AppTyrant / PDFKitLinker2

Apple sample code taken from the Documentation Archive. Many features of PDFKit are presented in this application. Ostensibly the application allows you to open PDF's and edit existing Link annotations or create your own.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDFKitLinker2

Last Revision: Version 1.1, 2005-08-10 Fixed broken links to files. Updated to produce a universal binary. No code changes were required. Build Requirements: Mac OS X Tiger, Xcode 2.0, or Xcode 2.1 for Universal Binary Runtime Requirements: Mac OS X Tiger

Important This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.

Many features of PDFKit are presented in this application. Ostensibly the application allows you to open PDF's and edit existing Link annotations or create your own.

The code itself demonstrates two different means of searching a PDF. It presents an NSToolbar to control various aspects of PDF display and navigation. It subclasses PDFView to allow custom drawing and interaction. It makes heavy use of the PDFAnnotationLink class. It demonstrates the loading and saving of PDF's with PDFKit.

—— This is Apple sample code taken from the Documentation Archive.

About

Apple sample code taken from the Documentation Archive. Many features of PDFKit are presented in this application. Ostensibly the application allows you to open PDF's and edit existing Link annotations or create your own.


Languages

Language:Objective-C 99.0%Language:Rich Text Format 1.0%