1ppdi(1) Apple Inc. ppdi(1)
2
3
4
6 ppdi - import ppd files (deprecated)
7
9 ppdi [ -I include-directory ] [ -o source-file ] ppd-file [ ... ppd-
10 file ]
11
13 ppdi imports one or more PPD files into a PPD compiler source file.
14 Multiple languages of the same PPD file are merged into a single
15 printer definition to facilitate accurate changes for all localiza‐
16 tions. This program is deprecated and will be removed in a future
17 release of CUPS.
18
20 ppdi supports the following options:
21
22 -I include-directory
23 Specifies an alternate include directory. Multiple -I options can
24 be supplied to add additional directories.
25
26 -o source-file
27 Specifies the PPD source file to update. If the source file does
28 not exist, a new source file is created. Otherwise the existing
29 file is merged with the new PPD file(s) on the command-line. If
30 no source file is specified, the filename ppdi.drv is used.
31
33 ppdc(1), ppdhtml(1), ppdmerge(1), ppdpo(1), ppdcfile(5), CUPS Online
34 Help (http://localhost:631/help)
35
37 Copyright © 2007-2017 by Apple Inc.
38
39
40
4112 June 2014 CUPS ppdi(1)