]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/postscript-driver.html
Merge changes from CUPS 1.5svn-r9407.
[thirdparty/cups.git] / doc / help / postscript-driver.html
CommitLineData
745129be 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
8b450588 2<html>
28b9d139 3<!-- SECTION: Programming -->
8b450588
MS
4<head>
5<title>Developing PostScript Printer Drivers</title>
6<meta name="keywords" content="Programming">
c779abb0 7<meta name="creator" content="Mini-XML v2.7">
8b450588
MS
8<style type="text/css"><!--
9BODY {
10 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
11}
12
13H1, H2, H3, H4, H5, H6, P, TD, TH {
14 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
15}
16
17KBD {
18 font-family: monaco, courier, monospace;
19 font-weight: bold;
20}
21
22PRE {
23 font-family: monaco, courier, monospace;
24}
25
26PRE.command {
10d09e33 27 border: dotted thin #7f7f7f;
8b450588 28 margin-left: 36pt;
10d09e33 29 padding: 10px;
8b450588
MS
30}
31
f11a948a
MS
32P.compact {
33 margin: 0;
34}
35
8b450588
MS
36P.example {
37 font-style: italic;
38 margin-left: 36pt;
39}
40
41PRE.example {
42 background: #eeeeee;
43 border: dotted thin #999999;
44 margin-left: 36pt;
178cb736 45 padding: 10pt;
8b450588
MS
46}
47
48PRE.command EM, PRE.example EM {
49 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
50}
51
52P.command {
53 font-family: monaco, courier, monospace;
54 margin-left: 36pt;
55}
56
57P.formula {
58 font-style: italic;
59 margin-left: 36pt;
60}
61
62BLOCKQUOTE {
178cb736 63 background: #eeeeee;
8b450588
MS
64 border: solid thin #999999;
65 padding: 10pt;
66}
67
68A IMG {
69 border: none;
70}
71
72A:link:hover IMG {
73 background: #f0f0f0;
74 border-radius: 10px;
75 -moz-border-radius: 10px;
76}
77
78A:link, A:visited {
79 font-weight: normal;
80 text-decoration: none;
81}
82
83A:link:hover, A:visited:hover, A:active {
84 text-decoration: underline;
85}
86
87SUB, SUP {
88 font-size: 50%;
89}
90
91TR.data, TD.data, TR.data TD {
92 margin-top: 10pt;
93 padding: 5pt;
94 border-bottom: solid 1pt #999999;
95}
96
97TR.data TH {
98 border-bottom: solid 1pt #999999;
99 padding-top: 10pt;
100 padding-left: 5pt;
101 text-align: left;
102}
103
104DIV.table TABLE {
105 border: solid thin #999999;
106 border-collapse: collapse;
107 border-spacing: 0;
108 margin-left: auto;
109 margin-right: auto;
110}
111
112DIV.table CAPTION {
113 caption-side: top;
114 font-size: 120%;
115 font-style: italic;
116 font-weight: bold;
117 margin-left: auto;
118 margin-right: auto;
119}
120
121DIV.table TABLE TD {
122 border: solid thin #cccccc;
123 padding-top: 5pt;
124}
125
126DIV.table TABLE TH {
127 background: #cccccc;
128 border: none;
129 border-bottom: solid thin #999999;
130}
131
132DIV.figure TABLE {
133 margin-left: auto;
134 margin-right: auto;
135}
136
137DIV.figure CAPTION {
138 caption-side: bottom;
139 font-size: 120%;
140 font-style: italic;
141 font-weight: bold;
142 margin-left: auto;
143 margin-right: auto;
144}
145
146TH.label {
147 text-align: right;
148 vertical-align: top;
149}
150
151TH.sublabel {
152 text-align: right;
153 font-weight: normal;
154}
155
156HR {
157 border: solid thin;
158}
159
160SPAN.info {
161 background: black;
162 border: thin solid black;
163 color: white;
164 font-size: 80%;
165 font-style: italic;
166 font-weight: bold;
167 white-space: nowrap;
168}
169
170H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
171 float: right;
172 font-size: 100%;
173}
174
178cb736
MS
175H1.title {
176}
177
8b450588
MS
178H2.title, H3.title {
179 border-bottom: solid 2pt #000000;
180}
181
182DIV.indent, TABLE.indent {
183 margin-top: 2em;
184 margin-left: auto;
185 margin-right: auto;
186 width: 90%;
187}
188
189TABLE.indent {
190 border-collapse: collapse;
191}
192
193TABLE.indent TD, TABLE.indent TH {
194 padding: 0;
195}
196
197TABLE.list {
198 border-collapse: collapse;
199 margin-left: auto;
200 margin-right: auto;
201 width: 90%;
202}
203
204TABLE.list TH {
205 background: white;
206 border-bottom: solid thin #cccccc;
207 color: #444444;
208 padding-top: 10pt;
209 padding-left: 5pt;
210 text-align: left;
211 vertical-align: bottom;
212 white-space: nowrap;
213}
214
215TABLE.list TH A {
216 color: #4444cc;
217}
218
219TABLE.list TD {
220 border-bottom: solid thin #eeeeee;
221 padding-top: 5pt;
222 padding-left: 5pt;
223}
224
225TABLE.list TR:nth-child(even) {
226 background: #f8f8f8;
227}
228
229TABLE.list TR:nth-child(odd) {
230 background: #f4f4f4;
231}
232
233DT {
234 margin-left: 36pt;
235 margin-top: 12pt;
236}
237
238DD {
239 margin-left: 54pt;
240}
241
242DL.category DT {
243 font-weight: bold;
244}
245
246P.summary {
247 margin-left: 36pt;
248 font-family: monaco, courier, monospace;
249}
250
251DIV.summary TABLE {
252 border: solid thin #999999;
253 border-collapse: collapse;
254 border-spacing: 0;
255 margin: 10px;
256}
257
258DIV.summary TABLE TD, DIV.summary TABLE TH {
259 border: solid thin #999999;
260 padding: 5px;
261 text-align: left;
262 vertical-align: top;
263}
264
265DIV.summary TABLE THEAD TH {
266 background: #eeeeee;
267}
268
269/* API documentation styles... */
270div.body h1 {
271 margin: 0;
272}
273div.body h2 {
274 margin-top: 1.5em;
275}
276div.body h3, div.body h4, div.body h5 {
277 margin-bottom: 0.5em;
278 margin-top: 1.5em;
279}
280.class, .enumeration, .function, .struct, .typedef, .union {
281 border-bottom: solid thin #999999;
282 margin-bottom: 0;
283 margin-top: 2em;
284}
285.description {
286 margin-top: 0.5em;
287}
288code, p.code, pre, ul.code li {
289 font-family: monaco, courier, monospace;
290 font-size: 90%;
291}
292ul.code, ul.contents, ul.subcontents {
293 list-style-type: none;
294 margin: 0;
295 padding-left: 0;
296}
297ul.code li {
298 margin: 0;
299}
300ul.contents > li {
301 margin-top: 1em;
302}
303ul.contents li ul.code, ul.contents li ul.subcontents {
304 padding-left: 2em;
305}
306div.body dl {
307 margin-left: 0;
308 margin-top: 0;
309}
310div.body dt {
311 font-style: italic;
312 margin-left: 0;
313 margin-top: 0;
314}
315div.body dd {
316 margin-bottom: 0.5em;
317}
318
319/* This is just for the HTML files generated with the framedhelp target */
320div.contents {
321 background: #e8e8e8;
322 border: solid thin black;
323 padding: 10px;
324}
325div.contents h1 {
326 font-size: 110%;
327}
328div.contents h2 {
329 font-size: 100%;
330}
331div.contents ul.contents {
332 font-size: 80%;
333}
334div.contents ul.subcontents li {
335 margin-left: 1em;
336 text-indent: -1em;
337}
338--></style>
339</head>
340<body>
341<div class='body'>
10d09e33
MS
342<!--
343 "$Id$"
344
345 PostScript printer driver documentation for CUPS.
346
347 Copyright 2007-2010 by Apple Inc.
348 Copyright 1997-2007 by Easy Software Products.
349
350 These coded instructions, statements, and computer programs are the
351 property of Apple Inc. and are protected by Federal copyright
352 law. Distribution and use rights are outlined in the file "LICENSE.txt"
353 which should have been included with this file. If this file is
354 file is missing or damaged, see the license at "http://www.cups.org/".
355-->
356
178cb736
MS
357<h1 class='title'>Developing PostScript Printer Drivers</h1>
358
359<p>This document describes how to develop printer drivers for PostScript printers. Topics include: <a href='#BASICS'>printer driver basics</a>, <a href='#CREATE'>creating new PPD files</a>, <a href='#IMPORT'>importing existing PPD files</a>, <a href='#FILTERS'>using custom filters</a>, <a href='#COLOR'>implementing color management</a>, and <a href='#MACOSX'>adding Mac OS X features</a>.</p>
28b9d139
MS
360
361<div class='summary'><table summary='General Information'>
362<tbody>
363<tr>
364 <th>See Also</th>
365 <td>Programming: <a href='raster-driver.html'>Developing Raster Printer Drivers</a><br>
366 Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
367 Programming: <a href='ppd-compiler.html'>Introduction to the PPD Compiler</a><br>
368 Programming: <a href='api-raster.html'>Raster API</a><br>
369 References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
370 Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
371</tr>
372</tbody>
373</table></div>
8b450588
MS
374<h2 class="title">Contents</h2>
375<ul class="contents">
426c6a59 376<ul class="subcontents">
8b450588
MS
377<li><a href="#BASICS">Printer Driver Basics</a></li>
378<li><a href="#CREATING">Creating New PPD Files</a><ul class="subcontents">
379<li><a href="#IMPORT">Importing Existing PPD Files</a></li>
380</ul></li>
381<li><a href="#FILTERS">Using Custom Filters</a></li>
382<li><a href="#COLOR">Implementing Color Management</a></li>
383<li><a href="#MACOSX">Adding Mac OS X Features</a></li>
28b9d139
MS
384<h2 class='title'><a name='BASICS'>Printer Driver Basics</a></h2>
385
386<p>A CUPS PostScript printer driver consists of a PostScript Printer Description (PPD) file that describes the features and capabilities of the device, zero or more <em>filter</em> programs that prepare print data for the device, and zero or more support files for color management, online help, and so forth. The PPD file includes references to all of the filters and support files used by the driver.</p>
387
388<p>Every time a user prints something the scheduler program, <a href='man-cupsd.html'>cupsd(8)</a>, determines the format of the print job and the programs required to convert that job into something the printer understands. CUPS includes filter programs for many common formats, for example to convert Portable Document Format (PDF) files into device-independent PostScript, and then from device-independent PostScript to device-dependent PostScript. <a href='#FIGURE_1'>Figure 1</a> shows the data flow of a typical print job.</p>
389
390<div class='figure'><table summary='PostScript Filter Chain'>
391<caption>Figure 1: <a name='FIGURE_1'>PostScript Filter Chain</a></caption>
b0f6947b 392<tr><td><img src='../images/cups-postscript-chain.png' width='700' height='150' alt='PostScript Filter Chain'></td></tr>
28b9d139
MS
393</table></div>
394
395<p>The optional PostScript filter can be provided to add printer-specific commands to the PostScript output that cannot be represented in the PPD file or to reorganize the output for special printer features. Typically this is used to support advanced job management or finishing functions on the printer. CUPS includes a generic PostScript filter that handles all PPD-defined commands.</p>
396
397<p>The optional port monitor handles interface-specific protocol or encoding issues. For example, many PostScript printers support the Binary Communications Protocol (BCP) and Tagged Binary Communications Protocol (TBCP) to allow applications to print 8-bit ("binary") PostScript jobs. CUPS includes port monitors for BCP and TBCP, and you can supply your own port monitors as needed.</p>
398
399<p>The backend handles communications with the printer, sending print data from the last filter to the printer and relaying back-channel data from the printer to the upstream filters. CUPS includes backend programs for common direct-connect interfaces and network protocols, and you can provide your own backend to support custom interfaces and protocols.</p>
400
401<p>The scheduler also supports a special "command" file format for sending maintenance commands and status queries to a printer or printer driver. Command print jobs typically use a single command filter program defined in the PPD file to generate the appropriate printer commands and handle any responses from the printer. <a href='#FIGURE_2'>Figure 2</a> shows the data flow of a typical command job.</p>
402
403<div class='figure'><table summary='Command Filter Chain'>
404<caption>Figure 2: <a name='FIGURE_2'>Command Filter Chain</a></caption>
b0f6947b 405<tr><td><img src='../images/cups-command-chain.png' width='575' height='150' alt='Command Filter Chain'></td></tr>
28b9d139
MS
406</table></div>
407
408<p>PostScript printer drivers typically do not require their own command filter since CUPS includes a generic PostScript command filter that supports all of the standard functions using PPD-defined commands.</p>
409
410
411<h2 class='title'><a name='CREATING'>Creating New PPD Files</a></h2>
412
413<p>We recommend using the CUPS PPD compiler, <a href='man-ppdc.html'>ppdc(1)</a>, to create new PPD files since it manages many of the tedious (and error-prone!) details of paper sizes and localization for you. It also allows you to easily support multiple devices from a single source file. For more information see the "<a href='ppd-compiler.html'>Introduction to the PPD Compiler</a>" document. <a href='#LISTING_1'>Listing 1</a> shows a driver information file for a black-and-white PostScript printer.</p>
414
415<p class='example'>Listing 1: <a name='LISTING_1'>"examples/postscript.drv"</a></p>
416
417<pre class='example'>
418// Include standard font and media definitions
419<a href='ref-ppdcfile.html#_include'>#include</a> &lt;font.defs&gt;
420<a href='ref-ppdcfile.html#_include'>#include</a> &lt;media.defs&gt;
421
422// Specify this is a PostScript printer driver
423<a href='ref-ppdcfile.html#DriverType'>DriverType</a> ps
424
425// List the fonts that are supported, in this case all standard fonts
426<a href='ref-ppdcfile.html#Font'>Font</a> *
427
428// Manufacturer, model name, and version
429<a href='ref-ppdcfile.html#Manufacturer'>Manufacturer</a> "Foo"
430<a href='ref-ppdcfile.html#ModelName'>ModelName</a> "Foo LaserProofer 2000"
431<a href='ref-ppdcfile.html#Version'>Version</a> 1.0
432
433// PostScript printer attributes
434<a href='ref-ppdcfile.html#Attribute'>Attribute</a> DefaultColorSpace "" Gray
435<a href='ref-ppdcfile.html#Attribute'>Attribute</a> LandscapeOrientation "" Minus90
436<a href='ref-ppdcfile.html#Attribute'>Attribute</a> LanguageLevel "" "3"
437<a href='ref-ppdcfile.html#Attribute'>Attribute</a> Product "" "(Foo LaserProofer 2000)"
438<a href='ref-ppdcfile.html#Attribute'>Attribute</a> PSVersion "" "(3010) 0"
439<a href='ref-ppdcfile.html#Attribute'>Attribute</a> TTRasterizer "" Type42
440
441// Supported page sizes
442*<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> Letter
443<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> Legal
444<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> A4
445
446// Query command for page size
447<a href='ref-ppdcfile.html#Attribute'>Attribute</a> "?PageSize" "" "
448 save
449 currentpagedevice /PageSize get aload pop
450 2 copy gt {exch} if (Unknown)
451 23 dict
452 dup [612 792] (Letter) put
453 dup [612 1008] (Legal) put
454 dup [595 842] (A4) put
455 {exch aload pop 4 index sub abs 5 le exch
456 5 index sub abs 5 le and
457 {exch pop exit} {pop} ifelse
458 } bind forall = flush pop pop
459 restore"
460
461// Specify the name of the PPD file we want to generate
462<a href='ref-ppdcfile.html#PCFileName'>PCFileName</a> "fooproof.ppd"
463</pre>
464
465<h3>Required Attributes</h3>
466
467<p>PostScript drivers require the attributes listed in <a href='#TABLE_1'>Table 1</a>. If not specified, the defaults for CUPS drivers are used. A typical PostScript driver information file would include the following attributes:</p>
468
469<pre class='example'>
470<a href='ref-ppdcfile.html#Attribute'>Attribute</a> DefaultColorSpace "" Gray
471<a href='ref-ppdcfile.html#Attribute'>Attribute</a> LandscapeOrientation "" Minus90
472<a href='ref-ppdcfile.html#Attribute'>Attribute</a> LanguageLevel "" "3"
473<a href='ref-ppdcfile.html#Attribute'>Attribute</a> Product "" "(Foo LaserProofer 2000)"
474<a href='ref-ppdcfile.html#Attribute'>Attribute</a> PSVersion "" "(3010) 0"
475<a href='ref-ppdcfile.html#Attribute'>Attribute</a> TTRasterizer "" Type42
476</pre>
477
478<div class='table'><table summary='Required PostScript Printer Driver Attributes'>
479<caption>Table 1: <a name='TABLE_1'>Required PostScript Printer Driver Attributes</a></caption>
480<thead>
481<tr>
482 <th>Attribute</th>
483 <th>Description</th>
484</tr>
485</thead>
486<tbody>
487<tr>
488 <td><tt>DefaultColorSpace</tt></td>
489 <td>The default colorspace:
490 <tt>Gray</tt>, <tt>RGB</tt>, <tt>CMY</tt>, or
491 <tt>CMYK</tt>. If not specified, then <tt>RGB</tt> is
492 assumed.</td>
493</tr>
494<tr>
495 <td><tt>LandscapeOrientation</tt></td>
496 <td>The preferred landscape
497 orientation: <tt>Plus90</tt>, <tt>Minus90</tt>, or
498 <tt>Any</tt>. If not specified, <tt>Plus90</tt> is
499 assumed.</td>
500</tr>
501<tr>
502 <td><tt>LanguageLevel</tt></td>
503 <td>The PostScript language
504 level supported by the device: 1, 2, or 3. If not
505 specified, 2 is assumed.</td>
506</tr>
507<tr>
508 <td><tt>Product</tt></td>
509 <td>The string returned by
510 the PostScript <tt>product</tt> operator, which
511 <i>must</i> include parenthesis to conform with
512 PostScript syntax rules for strings. Multiple
513 <tt>Product</tt> attributes may be specified to support
514 multiple products with the same PPD file. If not
515 specified, "(ESP Ghostscript)" and "(GNU Ghostscript)"
516 are assumed.</td>
517</tr>
518<tr>
519 <td><tt>PSVersion</tt></td>
520 <td>The PostScript
521 interpreter version numbers as returned by the
522 <tt>version</tt> and <tt>revision</tt> operators. The
523 required format is "(version) revision". Multiple
524 <tt>PSVersion</tt> attributes may be specified to
525 support multiple interpreter version numbers. If not
526 specified, "(3010) 705" and "(3010) 707" are
527 assumed.</td>
528</tr>
529<tr>
530 <td><tt>TTRasterizer</tt></td>
531 <td>The type of TrueType
532 font rasterizer supported by the device, if any. The
533 supported values are <tt>None</tt>, <tt>Accept68k</tt>,
534 <tt>Type42</tt>, and <tt>TrueImage</tt>. If not
535 specified, <tt>None</tt> is assumed.</td>
536</tr>
537</table></div>
538
539<h3>Query Commands</h3>
540
541<p>Most PostScript printer PPD files include query commands (<tt>?PageSize</tt>, etc.) that allow applications to query the printer for its current settings and configuration. Query commands are included in driver information files as attributes. For example, the example in <a href='#LISTING_1'>Listing 1</a> uses the following definition for the <tt>PageSize</tt> query command:</p>
542
543<pre class='example'>
544<a href='ref-ppdcfile.html#Attribute'>Attribute</a> "?PageSize" "" "
545 save
546 currentpagedevice /PageSize get aload pop
547 2 copy gt {exch} if (Unknown)
548 23 dict
549 dup [612 792] (Letter) put
550 dup [612 1008] (Legal) put
551 dup [595 842] (A4) put
552 {exch aload pop 4 index sub abs 5 le exch
553 5 index sub abs 5 le and
554 {exch pop exit} {pop} ifelse
555 } bind forall = flush pop pop
556 restore"
557</pre>
558
559<p>Query commands can span multiple lines, however no single line may contain more than 255 characters.</p>
560
561<h3><a name='IMPORT'>Importing Existing PPD Files</a></h3>
562
563<P>CUPS includes a utility called <a href='man-ppdi.html'>ppdi(1)</a>
564which allows you to import existing PPD files into the driver information file
565format used by the PPD compiler <a href='man-ppdc.html'>ppdc(1)</a>. Once
566imported, you can modify, localize, and regenerate the PPD files easily. Type
567the following command to import the PPD file <VAR>mydevice.ppd</VAR> into the
568driver information file <VAR>mydevice.drv</VAR>:</P>
569
570<pre class='command'>
571ppdi -o mydevice.drv mydevice.ppd
572</pre>
573
574<P>If you have a whole directory of PPD files that you would like to import,
575you can list multiple filenames or use shell wildcards to import more than one
576PPD file on the command-line:</P>
577
578<pre class='command'>
579ppdi -o mydevice.drv mydevice1.ppd mydevice2.ppd
580ppdi -o mydevice.drv *.ppd
581</pre>
582
583<P>If the driver information file already exists, the new PPD
584file entries are appended to the end of the file. Each PPD file
585is placed in its own group of curly braces within the driver
586information file.</P>
587
588
589<h2 class='title'><a name='FILTERS'>Using Custom Filters</a></h2>
590
591<p>Normally a PostScript printer driver will not utilize any additional print filters. For drivers that provide additional filters such as a CUPS command file filter for doing printer maintenance, you must also list the following <tt>Filter</tt> directive to handle printing PostScript files:</p>
592
593<pre class='example'>
594<a href='ref-ppdcfile.html#Filter'>Filter</a> application/vnd.cups-postscript 0 -
595</pre>
596
e4572d57
MS
597<h3>Custom Command Filters</h3>
598
599<p>The <tt>application/vnd.cups-command</tt> file type is used for CUPS command files. Use the following <tt>Filter</tt> directive to handle CUPS command files:</p>
600
601<pre class='example'>
602<a href='ref-ppdcfile.html#Filter'>Filter</a> application/vnd.cups-command 100 /path/to/command/filter
603</pre>
604
605<p>To use the standard PostScript command filter, specify <var>commandtops</var> as the path to the command filter.</p>
606
607<h3>Custom PDF Filters</h3>
608
609<p>The <tt>application/pdf</tt> file type is used for unfiltered PDF files while the <tt>application/vnd.cups-pdf</tt> file type is used for filtered PDF files. Use the following <tt>Filter</tt> directive to handle filtered PDF files:</p>
610
611<pre class='example'>
612<a href='ref-ppdcfile.html#Filter'>Filter</a> application/vnd.cups-pdf 100 /path/to/pdf/filter
613</pre>
614
615<p>For unfiltered PDF files, use:</p>
616
617<pre class='example'>
618<a href='ref-ppdcfile.html#Filter'>Filter</a> application/pdf 100 /path/to/pdf/filter
619</pre>
620
621<p>Custom PDF filters that accept filtered data do not need to perform number-up processing and other types of page imposition, while those that accept unfiltered data MUST do the number-up processing themselves.</p>
622
623<h3>Custom PostScript Filters</h3>
624
625<p>The <tt>application/vnd.cups-postscript</tt> file type is used for filtered PostScript files. Use the following <tt>Filter</tt> directive to handle PostScript files:</p>
626
627<pre class='example'>
628<a href='ref-ppdcfile.html#Filter'>Filter</a> application/vnd.cups-postscript 100 /path/to/postscript/filter
629</pre>
630
28b9d139
MS
631
632<h2 class='title'><a name='COLOR'>Implementing Color Management</a></h2>
633
178cb736 634<p>CUPS uses ICC color profiles to provide more accurate color reproduction. The <a href='spec-ppd.html#cupsICCProfile'><tt>cupsICCProfile</tt></a> attribute defines the color profiles that are available for a given printer, for example:</p>
28b9d139 635
178cb736
MS
636<pre class='example'>
637<a href='ref-ppdcfile.html#Attribute'>Attribute</a> cupsICCProfile "ColorModel.MediaType.Resolution/Description" /path/to/ICC/profile
638</pre>
28b9d139 639
178cb736
MS
640<p>where "ColorModel.MediaType.Resolution" defines a selector based on the corresponding option selections. A simple driver might only define profiles for the color models that are supported, for example a printer supporting Gray and RGB might use:</p>
641
642<pre class='example'>
643<a href='ref-ppdcfile.html#Attribute'>Attribute</a> cupsICCProfile "Gray../Grayscale Profile" /path/to/ICC/gray-profile
644<a href='ref-ppdcfile.html#Attribute'>Attribute</a> cupsICCProfile "RGB../Full Color Profile" /path/to/ICC/rgb-profile
645</pre>
28b9d139 646
178cb736 647<p>The options used for profile selection can be customized using the <tt>cupsICCQualifier2</tt> and <tt>cupsICCQualifier3</tt> attributes.</p>
28b9d139
MS
648
649
178cb736
MS
650<h2 class='title'><a name='MACOSX'>Adding Mac OS X Features</a></h2>
651
652<p>Mac OS X printer drivers can provide <a href='spec-ppd.html#MACOSX'>additional attributes</a> to specify additional option panes in the print dialog, an image of the printer, a help book, and option presets for the driver software:</p>
28b9d139 653
178cb736
MS
654<pre class='example'>
655<a href='ref-ppdcfile.html#Attribute'>Attribute</a> APDialogExtension "" /Library/Printers/Vendor/filename.plugin
656<a href='ref-ppdcfile.html#Attribute'>Attribute</a> APHelpBook "" /Library/Printers/Vendor/filename.bundle
657<a href='ref-ppdcfile.html#Attribute'>Attribute</a> APPrinterIconPath "" /Library/Printers/Vendor/filename.icns
658<a href='ref-ppdcfile.html#Attribute'>Attribute</a> APPrinterPreset "name/text" "*option choice ..."
659</pre>
8b450588 660</div>
28b9d139
MS
661</body>
662</html>