]> git.ipfire.org Git - thirdparty/cups.git/blame - filter/ppd-compiler.header
Sandboxed applications were not able to get the default printer (Issue #5676)
[thirdparty/cups.git] / filter / ppd-compiler.header
CommitLineData
10d09e33 1<!--
10d09e33
MS
2 PPD compiler documentation for CUPS.
3
53f8d64f
MS
4 Copyright © 2007-2012 by Apple Inc.
5 Copyright © 1997-2007 by Easy Software Products.
10d09e33 6
53f8d64f
MS
7 Licensed under Apache License v2.0. See the file "LICENSE" for more
8 information.
10d09e33
MS
9-->
10
178cb736
MS
11<h1 class='title'>Introduction to the PPD Compiler</h1>
12
8b450588
MS
13<P>This document describes how to use the CUPS PostScript Printer Description
14(PPD) file compiler. The PPD compiler generates PPD files from simple text files
15that describe the features and capabilities of one or more printers.</P>
16
3e7fe0ca
MS
17<BLOCKQUOTE><B>Note:</B>
18
19<P>The PPD compiler and related tools are deprecated and will be removed in a future release of CUPS.</P>
20
21</BLOCKQUOTE>
22
8b450588
MS
23<div class='summary'><table summary='General Information'>
24<tbody>
25<tr>
26 <th>See Also</th>
27 <td>Programming: <a href='raster-driver.html'>Developing Raster Printer Drivers</a><br>
28 Programming: <a href='postscript-driver.html'>Developing PostScript Printer Drivers</a><br>
29 Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
30 Programming: <a href='api-raster.html'>Raster API</a><br>
31 References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
32 Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
33</tr>
34</tbody>
35</table></div>