PDF Calendar

Last Revision:
Version 1.0, 2006-07-31
Demonstrates how to use PDF Kit to create PDF content.
Build Requirements:
Leopard Preview
Runtime Requirements:
Leopard Preview

This small sample app takes advantage of PDF Kit and the PDFPage class to create new PDF content. It shows you how to subclass the PDFPage class and, by overriding the draw and bounds methods, display whatever content you wish. The sample generates a calendar from images the user supplies. The resulting PDF document can be saved, printed, etc. The sample also incorporates PDFView and PDFThumbnailView.