]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/raster-driver.html
Merge changes from CUPS 1.6svn-r10437.
[thirdparty/cups.git] / doc / help / raster-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>
e4572d57 3<!-- SECTION: Programming -->
8b450588 4<head>
0268488e
MS
5 <title>Developing Raster Printer Drivers </title>
6 <meta name="keywords" content="Programming">
7 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
8 <meta name="creator" content="Mini-XML v2.7">
8b450588
MS
9<style type="text/css"><!--
10BODY {
11 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
12}
13
14H1, H2, H3, H4, H5, H6, P, TD, TH {
15 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
16}
17
18KBD {
19 font-family: monaco, courier, monospace;
20 font-weight: bold;
21}
22
23PRE {
24 font-family: monaco, courier, monospace;
25}
e4572d57 26
8b450588 27PRE.command {
10d09e33 28 border: dotted thin #7f7f7f;
8b450588 29 margin-left: 36pt;
10d09e33 30 padding: 10px;
8b450588
MS
31}
32
f11a948a
MS
33P.compact {
34 margin: 0;
35}
36
8b450588
MS
37P.example {
38 font-style: italic;
39 margin-left: 36pt;
40}
41
42PRE.example {
43 background: #eeeeee;
44 border: dotted thin #999999;
45 margin-left: 36pt;
178cb736 46 padding: 10pt;
8b450588
MS
47}
48
49PRE.command EM, PRE.example EM {
50 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
51}
52
53P.command {
54 font-family: monaco, courier, monospace;
55 margin-left: 36pt;
56}
57
58P.formula {
59 font-style: italic;
60 margin-left: 36pt;
61}
62
63BLOCKQUOTE {
178cb736 64 background: #eeeeee;
8b450588
MS
65 border: solid thin #999999;
66 padding: 10pt;
67}
68
69A IMG {
70 border: none;
71}
72
73A:link:hover IMG {
74 background: #f0f0f0;
75 border-radius: 10px;
76 -moz-border-radius: 10px;
77}
78
79A:link, A:visited {
80 font-weight: normal;
81 text-decoration: none;
82}
83
84A:link:hover, A:visited:hover, A:active {
85 text-decoration: underline;
86}
87
88SUB, SUP {
89 font-size: 50%;
90}
91
92TR.data, TD.data, TR.data TD {
93 margin-top: 10pt;
94 padding: 5pt;
95 border-bottom: solid 1pt #999999;
96}
97
98TR.data TH {
99 border-bottom: solid 1pt #999999;
100 padding-top: 10pt;
101 padding-left: 5pt;
102 text-align: left;
103}
104
105DIV.table TABLE {
106 border: solid thin #999999;
107 border-collapse: collapse;
108 border-spacing: 0;
109 margin-left: auto;
110 margin-right: auto;
111}
112
113DIV.table CAPTION {
114 caption-side: top;
115 font-size: 120%;
116 font-style: italic;
117 font-weight: bold;
118 margin-left: auto;
119 margin-right: auto;
120}
121
122DIV.table TABLE TD {
123 border: solid thin #cccccc;
124 padding-top: 5pt;
125}
126
127DIV.table TABLE TH {
128 background: #cccccc;
129 border: none;
130 border-bottom: solid thin #999999;
131}
132
133DIV.figure TABLE {
134 margin-left: auto;
135 margin-right: auto;
136}
137
138DIV.figure CAPTION {
139 caption-side: bottom;
140 font-size: 120%;
141 font-style: italic;
142 font-weight: bold;
143 margin-left: auto;
144 margin-right: auto;
145}
146
147TH.label {
148 text-align: right;
149 vertical-align: top;
150}
151
152TH.sublabel {
153 text-align: right;
154 font-weight: normal;
155}
156
157HR {
158 border: solid thin;
159}
160
161SPAN.info {
162 background: black;
163 border: thin solid black;
164 color: white;
165 font-size: 80%;
166 font-style: italic;
167 font-weight: bold;
168 white-space: nowrap;
169}
170
171H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
172 float: right;
173 font-size: 100%;
174}
175
178cb736
MS
176H1.title {
177}
178
8b450588
MS
179H2.title, H3.title {
180 border-bottom: solid 2pt #000000;
181}
182
183DIV.indent, TABLE.indent {
184 margin-top: 2em;
185 margin-left: auto;
186 margin-right: auto;
187 width: 90%;
188}
189
190TABLE.indent {
191 border-collapse: collapse;
192}
193
194TABLE.indent TD, TABLE.indent TH {
195 padding: 0;
196}
197
198TABLE.list {
199 border-collapse: collapse;
200 margin-left: auto;
201 margin-right: auto;
202 width: 90%;
203}
204
205TABLE.list TH {
206 background: white;
207 border-bottom: solid thin #cccccc;
208 color: #444444;
209 padding-top: 10pt;
210 padding-left: 5pt;
211 text-align: left;
212 vertical-align: bottom;
213 white-space: nowrap;
214}
215
216TABLE.list TH A {
217 color: #4444cc;
218}
219
220TABLE.list TD {
221 border-bottom: solid thin #eeeeee;
222 padding-top: 5pt;
223 padding-left: 5pt;
224}
225
226TABLE.list TR:nth-child(even) {
227 background: #f8f8f8;
228}
229
230TABLE.list TR:nth-child(odd) {
231 background: #f4f4f4;
232}
233
234DT {
235 margin-left: 36pt;
236 margin-top: 12pt;
237}
238
239DD {
240 margin-left: 54pt;
241}
242
243DL.category DT {
244 font-weight: bold;
245}
246
247P.summary {
248 margin-left: 36pt;
249 font-family: monaco, courier, monospace;
250}
251
252DIV.summary TABLE {
253 border: solid thin #999999;
254 border-collapse: collapse;
255 border-spacing: 0;
256 margin: 10px;
257}
258
259DIV.summary TABLE TD, DIV.summary TABLE TH {
260 border: solid thin #999999;
261 padding: 5px;
262 text-align: left;
263 vertical-align: top;
264}
265
266DIV.summary TABLE THEAD TH {
267 background: #eeeeee;
268}
269
270/* API documentation styles... */
271div.body h1 {
272 margin: 0;
273}
274div.body h2 {
275 margin-top: 1.5em;
276}
277div.body h3, div.body h4, div.body h5 {
278 margin-bottom: 0.5em;
279 margin-top: 1.5em;
280}
281.class, .enumeration, .function, .struct, .typedef, .union {
282 border-bottom: solid thin #999999;
283 margin-bottom: 0;
284 margin-top: 2em;
285}
286.description {
287 margin-top: 0.5em;
288}
289code, p.code, pre, ul.code li {
290 font-family: monaco, courier, monospace;
291 font-size: 90%;
292}
293ul.code, ul.contents, ul.subcontents {
294 list-style-type: none;
295 margin: 0;
296 padding-left: 0;
297}
298ul.code li {
299 margin: 0;
300}
301ul.contents > li {
302 margin-top: 1em;
303}
304ul.contents li ul.code, ul.contents li ul.subcontents {
305 padding-left: 2em;
306}
307div.body dl {
308 margin-left: 0;
309 margin-top: 0;
310}
311div.body dt {
312 font-style: italic;
313 margin-left: 0;
314 margin-top: 0;
315}
316div.body dd {
317 margin-bottom: 0.5em;
318}
319
320/* This is just for the HTML files generated with the framedhelp target */
321div.contents {
322 background: #e8e8e8;
323 border: solid thin black;
324 padding: 10px;
325}
326div.contents h1 {
327 font-size: 110%;
328}
329div.contents h2 {
330 font-size: 100%;
331}
332div.contents ul.contents {
333 font-size: 80%;
334}
335div.contents ul.subcontents li {
336 margin-left: 1em;
337 text-indent: -1em;
338}
339--></style>
340</head>
341<body>
342<div class='body'>
10d09e33
MS
343<!--
344 "$Id$"
345
346 Raster printer driver documentation for CUPS.
347
f3c17241 348 Copyright 2007-2012 by Apple Inc.
10d09e33
MS
349 Copyright 1997-2007 by Easy Software Products.
350
351 These coded instructions, statements, and computer programs are the
352 property of Apple Inc. and are protected by Federal copyright
353 law. Distribution and use rights are outlined in the file "LICENSE.txt"
354 which should have been included with this file. If this file is
355 file is missing or damaged, see the license at "http://www.cups.org/".
356-->
357
178cb736
MS
358<h1 class='title'>Developing Raster Printer Drivers</h1>
359
f3c17241 360<p>This document describes how to develop printer drivers for raster printers. Topics include: <a href='#BASICS'>printer driver basics</a>, <a href='#CREATE'>creating new PPD files</a>, <a href='#FILTERS'>using filters</a>, <a href='#COLOR'>implementing color management</a>, and <a href='#MACOSX'>adding OS X features</a>.</p>
e4572d57
MS
361
362<div class='summary'><table summary='General Information'>
363<tbody>
364<tr>
365 <th>See Also</th>
366 <td>Programming: <a href='postscript-driver.html'>Developing PostScript Printer Drivers</a><br>
367 Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
368 Programming: <a href='ppd-compiler.html'>Introduction to the PPD Compiler</a><br>
369 Programming: <a href='api-raster.html'>Raster API</a><br>
370 References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
371 Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
372</tr>
373</tbody>
374</table></div>
8b450588
MS
375<h2 class="title">Contents</h2>
376<ul class="contents">
377<li><a href="#BASICS">Printer Driver Basics</a></li>
378<li><a href="#CREATING">Creating New PPD Files</a></li>
379<li><a href="#FILTERS">Using Filters</a></li>
380<li><a href="#COLOR">Implementing Color Management</a></li>
f3c17241 381<li><a href="#MACOSX">Adding OS X Features</a></li>
0268488e 382</ul>
e4572d57
MS
383<h2 class='title'><a name='BASICS'>Printer Driver Basics</a></h2>
384
385<p>A CUPS raster printer driver consists of a PostScript Printer Description (PPD) file that describes the features and capabilities of the device, one 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>
386
387<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 CUPS raster data. <a href='#FIGURE_1'>Figure 1</a> shows the data flow of a typical print job.</p>
388
389<div class='figure'><table summary='Raster Filter Chain'>
390<caption>Figure 1: <a name='FIGURE_1'>Raster Filter Chain</a></caption>
b0f6947b 391<tr><td><img src='../images/cups-raster-chain.png' width='700' height='150' alt='Raster Filter Chain'></td></tr>
e4572d57
MS
392</table></div>
393
394<p>The raster filter converts CUPS raster data into a format the printer understands, for example HP-PCL. CUPS includes several sample raster filters supporting standard page description languages (PDLs). <a href='#TABLE_1'>Table 1</a> shows the raster filters that are bundled with CUPS and the languages they support.</p>
395
396<div class='table'><table summary='Standard CUPS Raster Filters'>
397<caption>Table 1: <a name='TABLE_1'>Standard CUPS Raster Filters</a></caption>
398<thead>
399<tr><th>Filter</th><th>PDLs</th><th>ppdc DriverType</th><th>ppdc #include file</th></tr>
400</thead>
401<tbody>
402<tr><td>rastertoepson</td><td>ESC/P, ESC/P2</td><td>epson</td><td>epson.h</td></tr>
403<tr><td>rastertoescpx</td><td>ESC/P, ESC/P2, EPSON Remote Mode</td><td>escp</td><td>escp.h</td></tr>
404<tr><td>rastertohp</td><td>HP-PCL3, HP-PCL5</td><td>hp</td><td>hp.h</td></tr>
405<tr><td>rastertolabel</td><td>CPCL, Dymo, EPL1, EPL2, Intellitech PCL, ZPL</td><td>label</td><td>label.h</td></tr>
406<tr><td>rastertopclx</td><td>HP-RTL, HP-PCL3, HP-PCL3GUI, HP-PCL5, HP-PCL5c, HP-PCL5e</td><td>pcl</td><td>pcl.h</td></tr>
407</tbody>
408</table></div>
409
410<p>The optional port monitor handles interface-specific protocol or encoding issues. For example, some raster printers use the 1284.4 communications protocol.</p>
411
412<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>
413
414<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>
415
416<div class='figure'><table summary='Command Filter Chain'>
417<caption>Figure 2: <a name='FIGURE_2'>Command Filter Chain</a></caption>
b0f6947b 418<tr><td><img src='../images/cups-command-chain.png' width='575' height='150' alt='Command Filter Chain'></td></tr>
e4572d57
MS
419</table></div>
420
421<p>Raster printer drivers must provide their own command filter.</p>
422
423
424<h2 class='title'><a name='CREATING'>Creating New PPD Files</a></h2>
425
426<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 several similar black-and-white HP-PCL5 laser printers.</p>
427
428<p class='example'>Listing 1: <a name='LISTING_1'>"examples/laserjet-basic.drv"</a></p>
429
430<pre class='example'>
431<I>// Include standard font and media definitions</I>
432<a href='ref-ppdcfile.html#_include'>#include</a> &lt;font.defs&gt;
433<a href='ref-ppdcfile.html#_include'>#include</a> &lt;media.defs&gt;
434
435<I>// Include HP-PCL driver definitions</I>
436<a href='ref-ppdcfile.html#_include'>#include</a> &lt;pcl.h&gt;
437
438<I>// Specify that this driver uses the HP-PCL driver...</I>
439<a href='ref-ppdcfile.html#DriverType'>DriverType</a> pcl
440
441<I>// Specify the driver options via the model number...</I>
442<a href='ref-ppdcfile.html#ModelNumber'>ModelNumber</a> ($PCL_PAPER_SIZE $PCL_PJL $PCL_PJL_RESOLUTION)
443
444<I>// List the fonts that are supported, in this case all standard fonts...</I>
445<a href='ref-ppdcfile.html#Font'>Font</a> *
446
447<I>// Manufacturer and driver version</I>
448<a href='ref-ppdcfile.html#Manufacturer'>Manufacturer</a> "HP"
449<a href='ref-ppdcfile.html#Version'>Version</a> 1.0
450
451<I>// Supported page sizes and their margins</I>
452<a href='ref-ppdcfile.html#HWMargins'>HWMargins</a> 18 12 18 12
453*<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> Letter
454<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> Legal
455<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> Executive
456<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> Monarch
457<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> Statement
458<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> FanFoldGermanLegal
459
460<a href='ref-ppdcfile.html#HWMargins'>HWMargins</a> 18 12.72 18 12.72
461<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> Env10
462
463<a href='ref-ppdcfile.html#HWMargins'>HWMargins</a> 9.72 12 9.72 12
464<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> A4
465<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> A5
466<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> B5
467<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> EnvC5
468<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> EnvDL
469<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> EnvISOB5
470<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> Postcard
471<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> DoublePostcard
472
473<I>// Only black-and-white output with mode 3 compression...</I>
474<a href='ref-ppdcfile.html#ColorModel'>ColorModel</a> Gray k chunky 3
475
476<I>// Supported resolutions</I>
477<a href='ref-ppdcfile.html#Resolution'>Resolution</a> - 1 0 0 0 "300dpi/300 DPI"
478*<a href='ref-ppdcfile.html#Resolution'>Resolution</a> - 8 0 0 0 "600dpi/600 DPI"
479
480<I>// Supported input slots</I>
481*<a href='ref-ppdcfile.html#InputSlot'>InputSlot</a> 7 "Auto/Automatic Selection"
482<a href='ref-ppdcfile.html#InputSlot'>InputSlot</a> 2 "Manual/Tray 1 - Manual Feed"
483<a href='ref-ppdcfile.html#InputSlot'>InputSlot</a> 4 "Upper/Tray 1"
484<a href='ref-ppdcfile.html#InputSlot'>InputSlot</a> 1 "Lower/Tray 2"
485<a href='ref-ppdcfile.html#InputSlot'>InputSlot</a> 5 "LargeCapacity/Tray 3"
486
487<I>// Tray 3 is an option...</I>
488<a href='ref-ppdcfile.html#Installable'>Installable</a> "OptionLargeCapacity/Tray 3 Installed"
489<a href='ref-ppdcfile.html#UIConstraints'>UIConstraints</a> "*OptionLargeCapacity False *InputSlot LargeCapacity"
490
491{
492 <I>// HP LaserJet 2100 Series</I>
493 <a href='ref-ppdcfile.html#Throughput'>Throughput</a> 10
494 <a href='ref-ppdcfile.html#ModelName'>ModelName</a> "LaserJet 2100 Series"
495 <a href='ref-ppdcfile.html#PCFileName'>PCFileName</a> "hpljt211.ppd"
496}
497
498{
499 <I>// LaserJet 2200 and 2300 series have duplexer option...</I>
500 <a href='ref-ppdcfile.html#Duplex'>Duplex</a> normal
501 <a href='ref-ppdcfile.html#Installable'>Installable</a> "OptionDuplex/Duplexer Installed"
502 <a href='ref-ppdcfile.html#UIConstraints'>UIConstraints</a> "*OptionDuplex False *Duplex"
503
504 {
505 <I>// HP LaserJet 2200 Series</I>
506 <a href='ref-ppdcfile.html#Throughput'>Throughput</a> 19
507 <a href='ref-ppdcfile.html#ModelName'>ModelName</a> "LaserJet 2200 Series"
508 <a href='ref-ppdcfile.html#PCFileName'>PCFileName</a> "hpljt221.ppd"
509 }
510
511 {
512 <I>// HP LaserJet 2300 Series</I>
513 <a href='ref-ppdcfile.html#Throughput'>Throughput</a> 25
514 <a href='ref-ppdcfile.html#ModelName'>ModelName</a> "LaserJet 2300 Series"
515 <a href='ref-ppdcfile.html#PCFileName'>PCFileName</a> "hpljt231.ppd"
516 }
517}
518</pre>
519
520
521<h2 class='title'><a name='FILTERS'>Using Filters</a></h2>
522
523<p>The standard CUPS raster filters can be specified using the
524<a href='ref-ppdcfile.html#DriverType'><tt>DriverType</tt></a> directive, for example:</p>
525
526<pre class='example'>
527<I>// Specify that this driver uses the HP-PCL driver...</I>
528<a href='ref-ppdcfile.html#DriverType'>DriverType</a> pcl
529</pre>
530
531<p><a href='#TABLE_1'>Table 1</a> shows the driver types for each of the standard CUPS raster filters. For drivers that do not use the standard raster filters, the "custom" type is used with <a href='ref-ppdcfile.html#Filter'><tt>Filter</tt></a> directives:</p>
532
533<pre class='example'>
534<a href='ref-ppdcfile.html#DriverType'>DriverType</a> custom
535<a href='ref-ppdcfile.html#Filter'>Filter</a> application/vnd.cups-raster 100 /path/to/raster/filter
536<a href='ref-ppdcfile.html#Filter'>Filter</a> application/vnd.cups-command 100 /path/to/command/filter
537</pre>
538
539
540<h2 class='title'><a name='COLOR'>Implementing Color Management</a></h2>
541
178cb736 542<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>
e4572d57 543
178cb736
MS
544<pre class='example'>
545<a href='ref-ppdcfile.html#Attribute'>Attribute</a> cupsICCProfile "ColorModel.MediaType.Resolution/Description" /path/to/ICC/profile
546</pre>
e4572d57 547
178cb736
MS
548<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>
549
550<pre class='example'>
551<a href='ref-ppdcfile.html#Attribute'>Attribute</a> cupsICCProfile "Gray../Grayscale Profile" /path/to/ICC/gray-profile
552<a href='ref-ppdcfile.html#Attribute'>Attribute</a> cupsICCProfile "RGB../Full Color Profile" /path/to/ICC/rgb-profile
553</pre>
554
555<p>The options used for profile selection can be customized using the <tt>cupsICCQualifier2</tt> and <tt>cupsICCQualifier3</tt> attributes.</p>
e4572d57 556
f3c17241 557<h3><span class='info'>Since OS X 10.5</span>Custom Color Matching Support</h3>
e4572d57 558
f3c17241 559<p>OS X printer drivers that are based on an existing standard RGB colorspace can tell the system to use the corresponding colorspace instead of an arbitrary ICC color profile when doing color management. The <a href='#APCustom'><tt>APSupportsCustomColorMatching</tt></a> and <tt>APDefaultCustomColorMatchingProfile</tt> attributes can be used to enable this mode:</p>
178cb736
MS
560
561<pre class='example'>
562<a href='ref-ppdcfile.html#Attribute'>Attribute</a> APSupportsCustomColorMatching "" true
563<a href='ref-ppdcfile.html#Attribute'>Attribute</a> APDefaultCustomColorMatchingProfile "" sRGB
564</pre>
e4572d57 565
e4572d57 566
f3c17241 567<h2 class='title'><a name='MACOSX'>Adding OS X Features</a></h2>
178cb736 568
f3c17241 569<p>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>
178cb736
MS
570
571<pre class='example'>
572<a href='ref-ppdcfile.html#Attribute'>Attribute</a> APDialogExtension "" /Library/Printers/Vendor/filename.plugin
573<a href='ref-ppdcfile.html#Attribute'>Attribute</a> APHelpBook "" /Library/Printers/Vendor/filename.bundle
574<a href='ref-ppdcfile.html#Attribute'>Attribute</a> APPrinterIconPath "" /Library/Printers/Vendor/filename.icns
575<a href='ref-ppdcfile.html#Attribute'>Attribute</a> APPrinterPreset "name/text" "*option choice ..."
576</pre>
8b450588 577</div>
e4572d57
MS
578</body>
579</html>