Version: 1.0

Posted: 2007-07-27

Build Requirements: Mac OS X 10.4 and Xcode 2.4

Runtime Requirements: Mac OS X 10.4

View Source Code:

Download Sample Code (“CarbonPrintingSample.zip”, 83.9K)



Description

An application that demonstrates how to customize the print dialog using a Cocoa PDE, invoking the print dialog as a sheet, and printing directly to a file using the Carbon Printing API. Cocoa PDEs are the preferred print dialog customization mechanism for Carbon applications targeting Mac OS X 10.4 or later. Cocoa Applications should use an accessory view to customize the print dialog.

Document Revision History

Date Notes
2007-07-27Application that uses a Cocoa PDE along with the Carbon Printing APIs.