1FOOMATIC-PPDFILE(1) General Commands Manual FOOMATIC-PPDFILE(1)
2
3
4
6 foomatic-ppdfile - Generate a PPD file for a given printer/driver combo
7
9 foomatic-ppdfile [-w] [-d <driver>] -p <printerid>
10 foomatic-ppdfile [-A] [-P pattern]
11 foomatic-ppdfile -h
12
13
15 The first form of the foomatic-ppdfile to compute the spooler-indepen‐
16 dent Foomatic PPD file for any valid printer/driver combo available in
17 the Foomatic database, both for printing with foomatic-rip(1) and for
18 applications/clients being able to access the printer's options. The
19 PPD file is returned on standard ouput. If the driver is not speci‐
20 fied, the default driver is used.
21
22
23 The second form of the foomatic-ppdfile program will search the printer
24 database and return either all printer entries or those whose name
25 and/or model information match a regular expression.
26
27
28 The last form prints a help message and exits.
29
30
31 Options
32 -d drivername
33 The (optional) driver name to use. If the driver name is not sup‐
34 plied, the default or first driver in the printers compatible
35 driver list is used.
36
37
38 -p printer id The printer id.
39
40
41 -w Return a PPD file that conforms to the Microsoft Windows format
42 limitations.
43
44
45 -A Return all printer entries in the database.
46
47
48 -Ppattern
49 Return all printer entries in the database which match the regular
50 expression.
51
52
53
54
55 SEE ALSO
56 foomatic-rip(1)
57
58
60 foomatic-ppdfile returns 0 on success, 1 otherwise.
61
62
64 Manfred Wassmann <manolo@NCC-1701.B.Shuttle.de> for the foomatic
65 project using output from the associated binary.
66
67 Modified and updated by Patrick Powell <papowell at astart.com>.
68
69
71 None so far.
72
73 Please post bug reports on
74
75 http://lists.freestandards.org/mailman/listinfo/printing-foomatic
76
77
78
79
80Foomatic Project 2001-05-07 FOOMATIC-PPDFILE(1)