Chapter 25. Printing

IN THIS CHAPTER

This chapter explores the classes encountered when adding printing support to Cocoa applications. The Cocoa framework classes automatically provide basic printing features. There is a standard File, Print menu item included by default in Cocoa application user interfaces designed with Interface Builder. The menu item sends the -print: message up the responder chain. Cocoa views and windows in the responder chain respond to the –print: message to automate printing. This chapter explains how to modify and extend the default printing capabilities. The NSPrintInfo,

Get Cocoa® Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.