ADC Home > Reference Library > Technical Notes > Legacy Documents > Printing >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
QuickDraw GX printing extensions and creator typesDate Written: 5/3/93 Last reviewed: 7/2/93 A QuickDraw GX printing extension I've already written works fine, but when I install my latest creation, it doesn't show up in the print dialog - only my old printing extension does. Both extensions are the same except for a few lines of code in their gxDespoolPage message overrides. What's going on? Your printing extensions shouldn't have the same creator type. QuickDraw GX requires unique creator types for drivers and printing extensions, just as the Finder does for applications. A creator type must be unique because QuickDraw GX uses it to build its chain of message handlers. If two printing extensions have the same creator, there's no way to determine which is which in the chain. You can register creator types for your printer drivers and printing extensions with the Developer Support Center (AppleLink DEVSUPPORT). NewMessageGlobals and global dataDate Written: 2/1/93 Last reviewed: 7/2/93
Why can't I get You shouldn't call
A detailed explanation of the problem accompanies the Kabooms printing extension sample on the Developer CD. QuickDraw GX LaserWriter driver produces "portable" PostScriptDate Written: 11/17/92 Last reviewed: 7/2/93 When a QuickDraw GX PostScript printer driver generates a file, will it work for Level 1 and Level 2 printers? The LaserWriter driver bundled with QuickDraw GX produces a flavor of PostScript that we call "portable." This flavor is meant to work on the widest range of printing devices, be they Level 1 or 2, color or black and white. QuickDraw GX PostScript Level 2 features usedDate Written: 11/17/92 Last reviewed: 7/2/93 What PostScript Level 2 features does the QuickDraw GX printing mechanism take advantage of? The Level 2 features used in QuickDraw GX mostly have to do with patterns, text, and bitmaps:
QuickDraw GX printer drivers and color optionDate Written: 9/14/92 Last reviewed: 7/2/93 The LaserWriter driver before the QuickDraw GX version has an option to print in Color/Grayscale or Black & White. Why isn't this option in the QuickDraw GX LaserWriter driver? The Color/Grayscale option was added to the LaserWriter driver only for
compatibility reasons. At the time, some applications couldn't deal with the
color option (specifically with Because most applications are color compatible now, the option was removed from the QuickDraw GX printer drivers. Some people reported that the option let them print faster when they chose Black & White. This was true because of quirks in the earlier LaserWriter driver version. Under QuickDraw GX, this shouldn't be a problem. If it turns out to be a problem for your driver, you could incorporate black-and-white threshold printing into your "rough draft mode" code. The QuickDraw GX LaserWriter driver always prints in color. Downloadables
|
|