]> git.ipfire.org Git - thirdparty/cups.git/blame - filter/postscript-driver.header
Sandboxed applications were not able to get the default printer (Issue #5676)
[thirdparty/cups.git] / filter / postscript-driver.header
CommitLineData
10d09e33 1<!--
10d09e33
MS
2 PostScript printer driver 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'>Developing PostScript Printer Drivers</h1>
12
8072030b 13<p>This document describes how to develop printer drivers for PostScript printers. Topics include: <a href='#BASICS'>printer driver basics</a>, <a href='#CREATE'>creating new PPD files</a>, <a href='#IMPORT'>importing existing PPD files</a>, <a href='#FILTERS'>using custom filters</a>, <a href='#COLOR'>implementing color management</a>, and <a href='#MACOSX'>adding macOS features</a>.</p>
8b450588
MS
14
15<div class='summary'><table summary='General Information'>
16<tbody>
17<tr>
18 <th>See Also</th>
19 <td>Programming: <a href='raster-driver.html'>Developing Raster Printer Drivers</a><br>
20 Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
21 Programming: <a href='ppd-compiler.html'>Introduction to the PPD Compiler</a><br>
22 Programming: <a href='api-raster.html'>Raster API</a><br>
23 References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
24 Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
25</tr>
26</tbody>
27</table></div>