]> git.ipfire.org Git - thirdparty/cups.git/blob - filter/ppd-compiler.header
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / filter / ppd-compiler.header
1 <!--
2 PPD compiler documentation for CUPS.
3
4 Copyright 2007-2012 by Apple Inc.
5 Copyright 1997-2007 by Easy Software Products.
6
7 These coded instructions, statements, and computer programs are the
8 property of Apple Inc. and are protected by Federal copyright
9 law. Distribution and use rights are outlined in the file "LICENSE.txt"
10 which should have been included with this file. If this file is
11 file is missing or damaged, see the license at "http://www.cups.org/".
12 -->
13
14 <h1 class='title'>Introduction to the PPD Compiler</h1>
15
16 <P>This document describes how to use the CUPS PostScript Printer Description
17 (PPD) file compiler. The PPD compiler generates PPD files from simple text files
18 that describe the features and capabilities of one or more printers.</P>
19
20 <BLOCKQUOTE><B>Note:</B>
21
22 <P>The PPD compiler and related tools are deprecated and will be removed in a future release of CUPS.</P>
23
24 </BLOCKQUOTE>
25
26 <div class='summary'><table summary='General Information'>
27 <tbody>
28 <tr>
29 <th>See Also</th>
30 <td>Programming: <a href='raster-driver.html'>Developing Raster Printer Drivers</a><br>
31 Programming: <a href='postscript-driver.html'>Developing PostScript Printer Drivers</a><br>
32 Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
33 Programming: <a href='api-raster.html'>Raster API</a><br>
34 References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
35 Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
36 </tr>
37 </tbody>
38 </table></div>