Framework | Library/Frameworks/Quartz.framework/Frameworks/PDFKit.framework |
Header file directories | Library/Frameworks/Quartz.framework/Frameworks/PDFKit.framework/Headers |
Declared in | PDFAction.h PDFActionGoTo.h PDFActionNamed.h PDFActionRemoteGoTo.h PDFActionResetForm.h PDFActionURL.h PDFAnnotation.h PDFAnnotationButtonWidget.h PDFAnnotationChoiceWidget.h PDFAnnotationCircle.h PDFAnnotationFreeText.h PDFAnnotationInk.h PDFAnnotationLine.h PDFAnnotationLink.h PDFAnnotationMarkup.h PDFAnnotationPopup.h PDFAnnotationSquare.h PDFAnnotationStamp.h PDFAnnotationText.h PDFAnnotationTextWidget.h PDFBorder.h PDFDestination.h PDFDocument.h PDFOutline.h PDFPage.h PDFSelection.h PDFThumbnailView.h PDFView.h |
Apple’s PDF Kit, introduced with Mac OS X version 10.4, lets you add PDF viewing and navigation to your Mac OS X application with just a few clicks in Interface Builder.
With PDF Kit, your application can access much of the functionality described in the Adobe PDF specification with just a small number of Cocoa classes. The Preview application in Mac OS X 10.4 and later uses PDF Kit for PDF support, so you can use that application as an example of some of PDF Kit’s features.
If you want to go beyond simple PDF viewing, PDF Kit includes a suite of Objective-C utility classes. These utility classes provide lower-level support of PDF features, allowing more control over annotations, selections, and so on.
For more details about PDF Kit and how to implement it in your application, see PDF Kit Programming Guide.
© 2004, 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-12-11)