1pnm2ppa(5 Feb 2000) pnm2ppa(5 Feb 2000)
2
3
4
6 pbm2ppa - convert portable bitmap (PBM) to HP's Printing Performance
7 Architecture (PPA) file format
8
10 pbm2ppa [options] [ <infile] > [ <outfile]> ] ]
11
12
14 Reads portable bitmap (PBM) format as input. Outputs a stream suitable
15 for processing by Hewlett-Packard's range of Printing Performance
16 Architecture (PPA) printers. pnm2ppa supports the HP 710c, 712c, 720c,
17 722c, 820c, and 1000c series printers.
18
19 (Portable bitmap (PBM) format output can be produced from Post‐
20 Script(tm) input by the GhostScript driver "pbmraw".)
21
23 infile Input file infile is either a path to a file or device, or '-'
24 to indicate stdin (defaults to stdin)
25
26
27
28 outfile
29 Output file outfile is either a path to a file or device, or '-'
30 to indicate stdout (defaults to stdout)
31
32
33
34 -b bottommargin
35 Sets the bottom margin bottommargin in units of 1/600 inches
36 (e.g., -b 150 = 0.25")
37
38
39
40 -d Displays the current configuration
41
42
43
44 -f configfile
45 Overrides reading the configuration from /etc/pnm2ppa.conf, and
46 uses configfile instead.
47
48
49
50 -h Displays program usage
51
52
53
54
55 -l leftmargin
56 Sets the left margin leftmargin in units of 1/600 inches (e.g.,
57 -l 150 = 0.25")
58
59
60
61 -r rightmargin
62 Sets the right margin rightmargin in units of 1/600 inches
63 (e.g., -r 150 = 0.25")
64
65
66 -s papersize
67 Sets the paper size. Possible values for papersize are a4 (A4),
68 letter or us (US Letter, 8.5"x11"), and legal (US Legal,
69 8.5"x14"). The default is US Letter.
70
71
72 -t topmargin
73 Sets the top margin topmargin in units of 1/600 inches (ie -t
74 150 = 0.25")
75
76
77 -v printertype
78 Selects the printer model. Possible values of printertype are:
79 710, 712, 720, 722, 820 and 1000. The default is the HP DeskJet
80 7X0 Series (710, 712, 720, 722).
81
82
83
84 -x xoffset
85 Sets the x-offset xoffset from the left of the page. Units are
86 1/600 inches
87
88
89 -y yoffset
90 Sets the y-offset yoffset from the top of the page. Units are
91 1/600 inches
92
93
94
96 The configuration file is read in first. Command line arguments then
97 modify the resulting definitions.
98
99 The -x and -y options accumulate. The -v option resets all definitions
100 back to an inbuilt default for that printer and should be used before
101 subsequent -b -l -r, -t, -x, and -y arguments.
102
104 pbm(5)
105
106
108 /etc/pbm2ppa.conf
109 Default configuration file
110
111
112
114 This code is licensed under the GNU Public License version 2. See
115 LICENSE for details.
116
117 (c) 1998 Tim Norman
118
120 This program was written by Tim Norman. It originally supported black
121 and white output on the 820 series. This program is almost obsolete;
122 its successor pnm2ppa will support color printing.
123
125 This is a stable driver, but does not support color printing.
126
127
128
129
130
131
132
133
134
135
136 pnm2ppa(5 Feb 2000)