mirror of
https://github.com/MopriaAlliance/CUPS-for-Android.git
synced 2025-08-04 03:14:37 +08:00
31 lines
1.5 KiB
Plaintext
31 lines
1.5 KiB
Plaintext
<!--
|
|
Raster printer driver documentation for CUPS.
|
|
|
|
Copyright 2007-2012 by Apple Inc.
|
|
Copyright 1997-2007 by Easy Software Products.
|
|
|
|
These coded instructions, statements, and computer programs are the
|
|
property of Apple Inc. and are protected by Federal copyright
|
|
law. Distribution and use rights are outlined in the file "LICENSE.txt"
|
|
which should have been included with this file. If this file is
|
|
file is missing or damaged, see the license at "http://www.cups.org/".
|
|
-->
|
|
|
|
<h1 class='title'>Developing Raster Printer Drivers</h1>
|
|
|
|
<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>
|
|
|
|
<div class='summary'><table summary='General Information'>
|
|
<tbody>
|
|
<tr>
|
|
<th>See Also</th>
|
|
<td>Programming: <a href='postscript-driver.html'>Developing PostScript Printer Drivers</a><br>
|
|
Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
|
|
Programming: <a href='ppd-compiler.html'>Introduction to the PPD Compiler</a><br>
|
|
Programming: <a href='api-raster.html'>Raster API</a><br>
|
|
References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
|
|
Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table></div>
|