1ppdpo(1) Apple Inc. ppdpo(1)
2
3
4
6 ppdpo - ppd message catalog generator (deprecated)
7
9 ppdpo [ -D name[=value] ] [ -I include-directory ] [ -o output-file ]
10 source-file
11
13 ppdpo extracts UI strings from PPDC source files and updates either a
14 GNU gettext or macOS strings format message catalog source file for
15 translation. This program is deprecated and will be removed in a
16 future release of CUPS.
17
19 ppdpo supports the following options:
20
21 -D name[=value]
22 Sets the named variable for use in the source file. It is equiva‐
23 lent to using the #define directive in the source file.
24
25 -I include-directory
26 Specifies an alternate include directory. Multiple -I options can
27 be supplied to add additional directories.
28
29 -o output-file
30 Specifies the output file. The supported extensions are .po or
31 .po.gz for GNU gettext format message catalogs and .strings for
32 macOS strings files.
33
35 PPD files are deprecated and will no longer be supported in a future
36 feature release of CUPS. Printers that do not support IPP can be sup‐
37 ported using applications such as ippeveprinter(1).
38
40 ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5), CUPS Online
41 Help (http://localhost:631/help)
42
44 Copyright © 2007-2019 by Apple Inc.
45
46
47
4826 April 2019 CUPS ppdpo(1)