]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-ppdmerge.html
Greatly simplify the man page handling.
[thirdparty/cups.git] / doc / help / man-ppdmerge.html
1 <!DOCTYPE HTML>
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>ppdmerge(1)</title>
7 </head>
8 <body>
9 <h1 class="title">ppdmerge(1)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 ppdmerge - merge ppd files (deprecated)
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>ppdmerge</b>
14 [
15 <b>-o</b>
16 <i>output-ppd-file</i>
17 ]
18 <i>ppd-file</i>
19 <i>ppd-file</i>
20 [ ...
21 <i>ppd-file</i>
22 ]
23 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
24 <b>ppdmerge</b> merges two or more PPD files into a single, multi-language
25 PPD file.
26 <b>This program is deprecated and will be removed in a future release of CUPS.</b>
27 <h2 class="title"><a name="OPTIONS">Options</a></h2>
28 <b>ppdmerge</b> supports the following options:
29 <dl class="man">
30 <dt><b>-o </b><i>output-ppd-file</i>
31 <dd style="margin-left: 3.0em">Specifies the PPD file to create.
32 If not specified, the merged PPD file is written to the standard output.
33 If the output file already exists, it is silently overwritten.
34 </dl>
35 <h2 class="title"><a name="NOTES">Notes</a></h2>
36 PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
37 Printers that do not support IPP can be supported using applications such as
38 <b>ippeveprinter</b>(1).
39 <p><b>ppdmerge</b> does not check whether the merged PPD files are for the same device.
40 Merging of different device PPDs will yield unpredictable results.
41 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
42 <b>ppdc</b>(1),
43 <b>ppdhtml</b>(1),
44 <b>ppdi</b>(1),
45 <b>ppdpo</b>(1),
46 <b>ppdcfile</b>(5),
47 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
48 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
49 Copyright &copy; 2007-2019 by Apple Inc.
50
51 </body>
52 </html>