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