]> git.ipfire.org Git - thirdparty/cups.git/blob - filter/ppd-compiler.header
6afe1b4f04a3be984f02d27578ef2d9aef702ab2
[thirdparty/cups.git] / filter / ppd-compiler.header
1 <h1 class='title'>Introduction to the PPD Compiler</h1>
2
3 <P>This document describes how to use the CUPS PostScript Printer Description
4 (PPD) file compiler. The PPD compiler generates PPD files from simple text files
5 that describe the features and capabilities of one or more printers.</P>
6
7 <div class='summary'><table summary='General Information'>
8 <tbody>
9 <tr>
10 <th>See Also</th>
11 <td>Programming: <a href='raster-driver.html'>Developing Raster Printer Drivers</a><br>
12 Programming: <a href='postscript-driver.html'>Developing PostScript Printer Drivers</a><br>
13 Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
14 Programming: <a href='api-raster.html'>Raster API</a><br>
15 References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
16 Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
17 </tr>
18 </tbody>
19 </table></div>