1<!-- 2 Raster printer driver documentation for CUPS. 3 4 Copyright © 2007-2018 by Apple Inc. 5 Copyright © 1997-2007 by Easy Software Products. 6 7 Licensed under Apache License v2.0. See the file "LICENSE" for more 8 information. 9--> 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> 28