1Pbmtoibm23xx User Manual(0) Pbmtoibm23xx User Manual(0)
2
3
4
6 pbmtoibm23xx - convert a PBM image to IBM 23XX printer stream
7
8
10 pbmtoibm23xxx [-xres=dpi] [-yres=dpi] [pbmfile ...]
11
12 Minimum unique abbreviation of option is acceptable. You may use dou‐
13 ble hyphens instead of single hyphen to denote options. You may use
14 white space in place of the equals sign to separate an option name from
15 its value.
16
17
19 This program is part of Netpbm(1).
20
21 pbmtoibm23xx reads one or more PBM files as input and writes an IBM
22 23XX printer command stream to generate all the images in all the files
23 to Standard Output.
24
25 If you don't specify any file names, pbmtoibm23xx reads from Standard
26 Input.
27
28
30 -xres=dpi
31 This option specifies the horizontal resolution in dots per
32 inch. Valid values are 60, 120, and 240.
33
34
35 -yres=dpi
36 This option specifies the vertical resolution in dots per inch.
37 Valid values are 60, 120, and 240.
38
39
40 -slow Use the slower printing mode where two modes with the same reso‐
41 lution are available. This usually produces better quality
42 prints. This affects only modes with horizontal resolution 120,
43 but might affect other modes in future versions of the program.
44
45
46
47
49 There are probably better ways to control the IBM 23XX printers. Let
50 me know if you find any.
51
52
54 pbmtoibm23xx was new in Netpbm 10.25 (October 2004).
55
56
58 pbm(1), Ghostscript (gs).
59
60
62 Copyright (C) 2004 Jorrit Fahlke <jorrit@jorrit.de>. Copying policy:
63 GNU GPL version 2
64
66 This manual page was generated by the Netpbm tool 'makeman' from HTML
67 source. The master documentation is at
68
69 http://netpbm.sourceforge.net/doc/pbmtoibm23xx.html
70
71netpbm documentation October 16, 2004 Pbmtoibm23xx User Manual(0)