]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/postscript-driver.html
Update copyrights and license text on files that were missed.
[thirdparty/cups.git] / doc / help / postscript-driver.html
1 <!doctype html>
2 <html>
3 <!-- SECTION: Programming -->
4 <head>
5 <title>Developing PostScript 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.11">
9 <meta name="author" content="Unknown">
10 <meta name="copyright" content="Unknown">
11 <meta name="version" content="0.0">
12 <style type="text/css"><!--
13 BODY {
14 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
15 }
16
17 H1, H2, H3, H4, H5, H6, P, TD, TH {
18 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
19 }
20
21 KBD {
22 font-family: monaco, courier, monospace;
23 font-weight: bold;
24 }
25
26 PRE {
27 font-family: monaco, courier, monospace;
28 }
29
30 BLOCKQUOTE {
31 border-left: solid 2px #777;
32 margin: 1em 0;
33 padding: 10px;
34 }
35
36 BLOCKQUOTE OL LI {
37 margin-left: -1em;
38 }
39
40 PRE.command, PRE.example {
41 background: #eee;
42 margin: 0 36pt;
43 padding: 10px;
44 }
45
46 P.compact {
47 margin: 0;
48 }
49
50 P.example {
51 font-style: italic;
52 margin-left: 36pt;
53 }
54
55 DL.man DD {
56 margin-left: 5em;
57 }
58
59 DL.man DT {
60 margin-left: 0;
61 }
62
63 PRE.man {
64 margin: 0;
65 }
66
67 PRE.command EM, PRE.example EM {
68 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
69 }
70
71 P.command {
72 font-family: monaco, courier, monospace;
73 margin-left: 36pt;
74 }
75
76 P.formula {
77 font-style: italic;
78 margin-left: 36pt;
79 }
80
81 A IMG {
82 border: none;
83 }
84
85 A:link:hover IMG {
86 background: #f0f0f0;
87 border-radius: 10px;
88 -moz-border-radius: 10px;
89 }
90
91 A:link, A:visited {
92 font-weight: inherit;
93 text-decoration: none;
94 }
95
96 A:link:hover, A:visited:hover, A:active {
97 text-decoration: underline;
98 }
99
100 SUB, SUP {
101 font-size: 50%;
102 }
103
104 TR.data, TD.data, TR.data TD {
105 margin-top: 10pt;
106 padding: 5pt;
107 border-bottom: solid 1pt #999999;
108 }
109
110 TR.data TH {
111 border-bottom: solid 1pt #999999;
112 padding-top: 10pt;
113 padding-left: 5pt;
114 text-align: left;
115 }
116
117 DIV.table TABLE {
118 border: solid thin #999999;
119 border-collapse: collapse;
120 border-spacing: 0;
121 margin-left: auto;
122 margin-right: auto;
123 }
124
125 DIV.table CAPTION {
126 caption-side: top;
127 font-size: 120%;
128 font-style: italic;
129 font-weight: bold;
130 margin-left: auto;
131 margin-right: auto;
132 }
133
134 DIV.table TABLE TD {
135 border: solid thin #cccccc;
136 padding: 5pt 10pt 0;
137 }
138
139 DIV.table TABLE TH {
140 background: #cccccc;
141 border: none;
142 border-bottom: solid thin #999999;
143 }
144
145 DIV.figure TABLE {
146 margin-left: auto;
147 margin-right: auto;
148 }
149
150 DIV.figure CAPTION {
151 caption-side: bottom;
152 font-size: 120%;
153 font-style: italic;
154 font-weight: bold;
155 margin-left: auto;
156 margin-right: auto;
157 }
158
159 TH.label {
160 text-align: right;
161 vertical-align: top;
162 }
163
164 TH.sublabel {
165 text-align: right;
166 font-weight: normal;
167 }
168
169 HR {
170 border: solid thin;
171 }
172
173 SPAN.info {
174 background: black;
175 border: thin solid black;
176 color: white;
177 font-size: 80%;
178 font-style: italic;
179 font-weight: bold;
180 white-space: nowrap;
181 }
182
183 H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
184 float: right;
185 font-size: 100%;
186 }
187
188 H1.title {
189 }
190
191 H2.title, H3.title {
192 border-bottom: solid 2pt #000000;
193 }
194
195 DIV.indent, TABLE.indent {
196 margin-top: 2em;
197 margin-left: auto;
198 margin-right: auto;
199 width: 90%;
200 }
201
202 TABLE.indent {
203 border-collapse: collapse;
204 }
205
206 TABLE.indent TD, TABLE.indent TH {
207 padding: 0;
208 }
209
210 TABLE.list {
211 border-collapse: collapse;
212 margin-left: auto;
213 margin-right: auto;
214 width: 90%;
215 }
216
217 TABLE.list TH {
218 background: white;
219 border-bottom: solid thin #cccccc;
220 color: #444444;
221 padding-top: 10pt;
222 padding-left: 5pt;
223 text-align: left;
224 vertical-align: bottom;
225 white-space: nowrap;
226 }
227
228 TABLE.list TH A {
229 color: #4444cc;
230 }
231
232 TABLE.list TD {
233 border-bottom: solid thin #eeeeee;
234 padding-top: 5pt;
235 padding-left: 5pt;
236 }
237
238 TABLE.list TR:nth-child(even) {
239 background: #f8f8f8;
240 }
241
242 TABLE.list TR:nth-child(odd) {
243 background: #f4f4f4;
244 }
245
246 DT {
247 margin-left: 36pt;
248 margin-top: 12pt;
249 }
250
251 DD {
252 margin-left: 54pt;
253 }
254
255 DL.category DT {
256 font-weight: bold;
257 }
258
259 P.summary {
260 margin-left: 36pt;
261 font-family: monaco, courier, monospace;
262 }
263
264 DIV.summary TABLE {
265 border: solid thin #999999;
266 border-collapse: collapse;
267 border-spacing: 0;
268 margin: 10px;
269 }
270
271 DIV.summary TABLE TD, DIV.summary TABLE TH {
272 border: solid thin #999999;
273 padding: 5px;
274 text-align: left;
275 vertical-align: top;
276 }
277
278 DIV.summary TABLE THEAD TH {
279 background: #eeeeee;
280 }
281
282 /* API documentation styles... */
283 div.body h1 {
284 font-size: 250%;
285 font-weight: bold;
286 margin: 0;
287 }
288 div.body h2 {
289 font-size: 250%;
290 margin-top: 1.5em;
291 }
292 div.body h3 {
293 font-size: 150%;
294 margin-bottom: 0.5em;
295 margin-top: 1.5em;
296 }
297 div.body h4 {
298 font-size: 110%;
299 margin-bottom: 0.5em;
300 margin-top: 1.5em;
301 }
302 div.body h5 {
303 font-size: 100%;
304 margin-bottom: 0.5em;
305 margin-top: 1.5em;
306 }
307 div.contents {
308 background: #e8e8e8;
309 border: solid thin black;
310 padding: 10px;
311 }
312 div.contents h1 {
313 font-size: 110%;
314 }
315 div.contents h2 {
316 font-size: 100%;
317 }
318 div.contents ul.contents {
319 font-size: 80%;
320 }
321 .class {
322 border-bottom: solid 2px gray;
323 }
324 .constants {
325 }
326 .description {
327 margin-top: 0.5em;
328 }
329 .discussion {
330 }
331 .enumeration {
332 border-bottom: solid 2px gray;
333 }
334 .function {
335 border-bottom: solid 2px gray;
336 margin-bottom: 0;
337 }
338 .members {
339 }
340 .method {
341 }
342 .parameters {
343 }
344 .returnvalue {
345 }
346 .struct {
347 border-bottom: solid 2px gray;
348 }
349 .typedef {
350 border-bottom: solid 2px gray;
351 }
352 .union {
353 border-bottom: solid 2px gray;
354 }
355 .variable {
356 }
357 h1, h2, h3, h4, h5, h6 {
358 page-break-inside: avoid;
359 }
360 blockquote {
361 border: solid thin gray;
362 box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
363 padding: 0px 10px;
364 page-break-inside: avoid;
365 }
366 p code, li code, p.code, pre, ul.code li {
367 background: rgba(127,127,127,0.1);
368 border: thin dotted gray;
369 font-family: monospace;
370 font-size: 90%;
371 hyphens: manual;
372 -webkit-hyphens: manual;
373 page-break-inside: avoid;
374 }
375 p.code, pre, ul.code li {
376 padding: 10px;
377 }
378 p code, li code {
379 padding: 2px 5px;
380 }
381 a:link, a:visited {
382 text-decoration: none;
383 }
384 span.info {
385 background: black;
386 border: solid thin black;
387 color: white;
388 font-size: 80%;
389 font-style: italic;
390 font-weight: bold;
391 white-space: nowrap;
392 }
393 h3 span.info, h4 span.info {
394 border-top-left-radius: 10px;
395 border-top-right-radius: 10px;
396 float: right;
397 padding: 3px 6px;
398 }
399 ul.code, ul.contents, ul.subcontents {
400 list-style-type: none;
401 margin: 0;
402 padding-left: 0;
403 }
404 ul.code li {
405 margin: 0;
406 }
407 ul.contents > li {
408 margin-top: 1em;
409 }
410 ul.contents li ul.code, ul.contents li ul.subcontents {
411 padding-left: 2em;
412 }
413 table.list {
414 border-collapse: collapse;
415 width: 100%;
416 }
417 table.list tr:nth-child(even) {
418 background: rgba(127,127,127,0.1);]n}
419 table.list th {
420 border-right: 2px solid gray;
421 font-family: monospace;
422 padding: 5px 10px 5px 2px;
423 text-align: right;
424 vertical-align: top;
425 }
426 table.list td {
427 padding: 5px 2px 5px 10px;
428 text-align: left;
429 vertical-align: top;
430 }
431 h1.title {
432 }
433 h2.title {
434 border-bottom: solid 2px black;
435 }
436 h3.title {
437 border-bottom: solid 2px black;
438 }
439 --></style>
440 </head>
441 <body>
442 <!--
443 PostScript printer driver documentation for CUPS.
444
445 Copyright © 2007-2012 by Apple Inc.
446 Copyright © 1997-2007 by Easy Software Products.
447
448 Licensed under Apache License v2.0. See the file "LICENSE" for more
449 information.
450 -->
451
452 <h1 class='title'>Developing PostScript Printer Drivers</h1>
453
454 <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 macOS features</a>.</p>
455
456 <div class='summary'><table summary='General Information'>
457 <tbody>
458 <tr>
459 <th>See Also</th>
460 <td>Programming: <a href='raster-driver.html'>Developing Raster Printer Drivers</a><br>
461 Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
462 Programming: <a href='ppd-compiler.html'>Introduction to the PPD Compiler</a><br>
463 Programming: <a href='api-raster.html'>Raster API</a><br>
464 References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
465 Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
466 </tr>
467 </tbody>
468 </table></div>
469 <div class="contents">
470 <h2 class="title">Contents</h2>
471 <ul class="contents">
472 <li><a href="#BASICS">Printer Driver Basics</a></li>
473 <li><a href="#CREATING">Creating New PPD Files</a><ul class="subcontents">
474 <li><a href="#IMPORT">Importing Existing PPD Files</a></li>
475 </ul></li>
476 <li><a href="#FILTERS">Using Custom Filters</a></li>
477 <li><a href="#COLOR">Implementing Color Management</a></li>
478 <li><a href="#MACOSX">Adding macOS Features</a></li>
479 </ul>
480 </div>
481 <div class="body">
482 <h2 class='title'><a name='BASICS'>Printer Driver Basics</a></h2>
483
484 <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>
485
486 <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>
487
488 <div class='figure'><table summary='PostScript Filter Chain'>
489 <caption>Figure 1: <a name='FIGURE_1'>PostScript Filter Chain</a></caption>
490 <tr><td><img src='../images/cups-postscript-chain.png' width='700' height='150' alt='PostScript Filter Chain'></td></tr>
491 </table></div>
492
493 <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>
494
495 <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>
496
497 <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>
498
499 <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>
500
501 <div class='figure'><table summary='Command Filter Chain'>
502 <caption>Figure 2: <a name='FIGURE_2'>Command Filter Chain</a></caption>
503 <tr><td><img src='../images/cups-command-chain.png' width='575' height='150' alt='Command Filter Chain'></td></tr>
504 </table></div>
505
506 <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>
507
508
509 <h2 class='title'><a name='CREATING'>Creating New PPD Files</a></h2>
510
511 <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>
512
513 <p class='example'>Listing 1: <a name='LISTING_1'>"examples/postscript.drv"</a></p>
514
515 <pre class='example'>
516 // Include standard font and media definitions
517 <a href='ref-ppdcfile.html#_include'>#include</a> &lt;font.defs&gt;
518 <a href='ref-ppdcfile.html#_include'>#include</a> &lt;media.defs&gt;
519
520 // Specify this is a PostScript printer driver
521 <a href='ref-ppdcfile.html#DriverType'>DriverType</a> ps
522
523 // List the fonts that are supported, in this case all standard fonts
524 <a href='ref-ppdcfile.html#Font'>Font</a> *
525
526 // Manufacturer, model name, and version
527 <a href='ref-ppdcfile.html#Manufacturer'>Manufacturer</a> "Foo"
528 <a href='ref-ppdcfile.html#ModelName'>ModelName</a> "Foo LaserProofer 2000"
529 <a href='ref-ppdcfile.html#Version'>Version</a> 1.0
530
531 // PostScript printer attributes
532 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> DefaultColorSpace "" Gray
533 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> LandscapeOrientation "" Minus90
534 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> LanguageLevel "" "3"
535 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> Product "" "(Foo LaserProofer 2000)"
536 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> PSVersion "" "(3010) 0"
537 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> TTRasterizer "" Type42
538
539 // Supported page sizes
540 *<a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> Letter
541 <a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> Legal
542 <a href='ref-ppdcfile.html#MediaSize'>MediaSize</a> A4
543
544 // Query command for page size
545 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> "?PageSize" "" "
546 save
547 currentpagedevice /PageSize get aload pop
548 2 copy gt {exch} if (Unknown)
549 23 dict
550 dup [612 792] (Letter) put
551 dup [612 1008] (Legal) put
552 dup [595 842] (A4) put
553 {exch aload pop 4 index sub abs 5 le exch
554 5 index sub abs 5 le and
555 {exch pop exit} {pop} ifelse
556 } bind forall = flush pop pop
557 restore"
558
559 // Specify the name of the PPD file we want to generate
560 <a href='ref-ppdcfile.html#PCFileName'>PCFileName</a> "fooproof.ppd"
561 </pre>
562
563 <h3>Required Attributes</h3>
564
565 <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>
566
567 <pre class='example'>
568 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> DefaultColorSpace "" Gray
569 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> LandscapeOrientation "" Minus90
570 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> LanguageLevel "" "3"
571 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> Product "" "(Foo LaserProofer 2000)"
572 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> PSVersion "" "(3010) 0"
573 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> TTRasterizer "" Type42
574 </pre>
575
576 <div class='table'><table summary='Required PostScript Printer Driver Attributes'>
577 <caption>Table 1: <a name='TABLE_1'>Required PostScript Printer Driver Attributes</a></caption>
578 <thead>
579 <tr>
580 <th>Attribute</th>
581 <th>Description</th>
582 </tr>
583 </thead>
584 <tbody>
585 <tr>
586 <td><tt>DefaultColorSpace</tt></td>
587 <td>The default colorspace:
588 <tt>Gray</tt>, <tt>RGB</tt>, <tt>CMY</tt>, or
589 <tt>CMYK</tt>. If not specified, then <tt>RGB</tt> is
590 assumed.</td>
591 </tr>
592 <tr>
593 <td><tt>LandscapeOrientation</tt></td>
594 <td>The preferred landscape
595 orientation: <tt>Plus90</tt>, <tt>Minus90</tt>, or
596 <tt>Any</tt>. If not specified, <tt>Plus90</tt> is
597 assumed.</td>
598 </tr>
599 <tr>
600 <td><tt>LanguageLevel</tt></td>
601 <td>The PostScript language
602 level supported by the device: 1, 2, or 3. If not
603 specified, 2 is assumed.</td>
604 </tr>
605 <tr>
606 <td><tt>Product</tt></td>
607 <td>The string returned by
608 the PostScript <tt>product</tt> operator, which
609 <i>must</i> include parenthesis to conform with
610 PostScript syntax rules for strings. Multiple
611 <tt>Product</tt> attributes may be specified to support
612 multiple products with the same PPD file. If not
613 specified, "(ESP Ghostscript)" and "(GNU Ghostscript)"
614 are assumed.</td>
615 </tr>
616 <tr>
617 <td><tt>PSVersion</tt></td>
618 <td>The PostScript
619 interpreter version numbers as returned by the
620 <tt>version</tt> and <tt>revision</tt> operators. The
621 required format is "(version) revision". Multiple
622 <tt>PSVersion</tt> attributes may be specified to
623 support multiple interpreter version numbers. If not
624 specified, "(3010) 705" and "(3010) 707" are
625 assumed.</td>
626 </tr>
627 <tr>
628 <td><tt>TTRasterizer</tt></td>
629 <td>The type of TrueType
630 font rasterizer supported by the device, if any. The
631 supported values are <tt>None</tt>, <tt>Accept68k</tt>,
632 <tt>Type42</tt>, and <tt>TrueImage</tt>. If not
633 specified, <tt>None</tt> is assumed.</td>
634 </tr>
635 </table></div>
636
637 <h3>Query Commands</h3>
638
639 <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>
640
641 <pre class='example'>
642 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> "?PageSize" "" "
643 save
644 currentpagedevice /PageSize get aload pop
645 2 copy gt {exch} if (Unknown)
646 23 dict
647 dup [612 792] (Letter) put
648 dup [612 1008] (Legal) put
649 dup [595 842] (A4) put
650 {exch aload pop 4 index sub abs 5 le exch
651 5 index sub abs 5 le and
652 {exch pop exit} {pop} ifelse
653 } bind forall = flush pop pop
654 restore"
655 </pre>
656
657 <p>Query commands can span multiple lines, however no single line may contain more than 255 characters.</p>
658
659 <h3><a name='IMPORT'>Importing Existing PPD Files</a></h3>
660
661 <P>CUPS includes a utility called <a href='man-ppdi.html'>ppdi(1)</a>
662 which allows you to import existing PPD files into the driver information file
663 format used by the PPD compiler <a href='man-ppdc.html'>ppdc(1)</a>. Once
664 imported, you can modify, localize, and regenerate the PPD files easily. Type
665 the following command to import the PPD file <VAR>mydevice.ppd</VAR> into the
666 driver information file <VAR>mydevice.drv</VAR>:</P>
667
668 <pre class='command'>
669 ppdi -o mydevice.drv mydevice.ppd
670 </pre>
671
672 <P>If you have a whole directory of PPD files that you would like to import,
673 you can list multiple filenames or use shell wildcards to import more than one
674 PPD file on the command-line:</P>
675
676 <pre class='command'>
677 ppdi -o mydevice.drv mydevice1.ppd mydevice2.ppd
678 ppdi -o mydevice.drv *.ppd
679 </pre>
680
681 <P>If the driver information file already exists, the new PPD
682 file entries are appended to the end of the file. Each PPD file
683 is placed in its own group of curly braces within the driver
684 information file.</P>
685
686
687 <h2 class='title'><a name='FILTERS'>Using Custom Filters</a></h2>
688
689 <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>
690
691 <pre class='example'>
692 <a href='ref-ppdcfile.html#Filter'>Filter</a> application/vnd.cups-postscript 0 -
693 </pre>
694
695 <h3>Custom Command Filters</h3>
696
697 <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>
698
699 <pre class='example'>
700 <a href='ref-ppdcfile.html#Filter'>Filter</a> application/vnd.cups-command 100 /path/to/command/filter
701 </pre>
702
703 <p>To use the standard PostScript command filter, specify <var>commandtops</var> as the path to the command filter.</p>
704
705 <h3>Custom PDF Filters</h3>
706
707 <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>
708
709 <pre class='example'>
710 <a href='ref-ppdcfile.html#Filter'>Filter</a> application/vnd.cups-pdf 100 /path/to/pdf/filter
711 </pre>
712
713 <p>For unfiltered PDF files, use:</p>
714
715 <pre class='example'>
716 <a href='ref-ppdcfile.html#Filter'>Filter</a> application/pdf 100 /path/to/pdf/filter
717 </pre>
718
719 <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>
720
721 <h3>Custom PostScript Filters</h3>
722
723 <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>
724
725 <pre class='example'>
726 <a href='ref-ppdcfile.html#Filter'>Filter</a> application/vnd.cups-postscript 100 /path/to/postscript/filter
727 </pre>
728
729
730 <h2 class='title'><a name='COLOR'>Implementing Color Management</a></h2>
731
732 <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>
733
734 <pre class='example'>
735 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> cupsICCProfile "ColorModel.MediaType.Resolution/Description" /path/to/ICC/profile
736 </pre>
737
738 <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>
739
740 <pre class='example'>
741 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> cupsICCProfile "Gray../Grayscale Profile" /path/to/ICC/gray-profile
742 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> cupsICCProfile "RGB../Full Color Profile" /path/to/ICC/rgb-profile
743 </pre>
744
745 <p>The options used for profile selection can be customized using the <tt>cupsICCQualifier2</tt> and <tt>cupsICCQualifier3</tt> attributes.</p>
746
747
748 <h2 class='title'><a name='MACOSX'>Adding macOS Features</a></h2>
749
750 <p>macOS 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>
751
752 <pre class='example'>
753 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> APDialogExtension "" /Library/Printers/Vendor/filename.plugin
754 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> APHelpBook "" /Library/Printers/Vendor/filename.bundle
755 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> APPrinterIconPath "" /Library/Printers/Vendor/filename.icns
756 <a href='ref-ppdcfile.html#Attribute'>Attribute</a> APPrinterPreset "name/text" "*option choice ..."
757 </pre>
758 </div>
759 </body>
760 </html>