blob: 797388d1fbdfec1dc2692b80151365175b9c190b [file] [log] [blame]
Philip P. Moltmann25aee822016-12-15 12:16:46 -08001<!--
2 Raster printer driver documentation for CUPS.
3
Haibo Huang4c283622019-12-13 16:47:52 -08004 Copyright © 2007-2018 by Apple Inc.
5 Copyright © 1997-2007 by Easy Software Products.
Philip P. Moltmann25aee822016-12-15 12:16:46 -08006
Haibo Huang4c283622019-12-13 16:47:52 -08007 Licensed under Apache License v2.0. See the file "LICENSE" for more
8 information.
Philip P. Moltmann25aee822016-12-15 12:16:46 -08009-->
10
11<h1 class='title'>Developing Raster Printer Drivers</h1>
12
13<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 macOS features</a>.</p>
14
15<div class='summary'><table summary='General Information'>
16<tbody>
17<tr>
18 <th>See Also</th>
19 <td>Programming: <a href='postscript-driver.html'>Developing PostScript Printer Drivers</a><br>
20 Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
21 Programming: <a href='ppd-compiler.html'>Introduction to the PPD Compiler</a><br>
22 Programming: <a href='api-raster.html'>Raster API</a><br>
23 References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
24 Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
25</tr>
26</tbody>
27</table></div>