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 [slow [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 In addition to the options common to all programs based on libnetpbm
31 (most notably -quiet, see
32 Common Options ⟨index.html#commonoptions⟩ ), pbmtoibm23xx recognizes
33 the following command line options:
34
35
36
37 -xres=dpi
38 This option specifies the horizontal resolution in dots per
39 inch. Valid values are 60, 120, and 240.
40
41 This option is mandatory.
42
43
44 -yres=dpi
45 This option specifies the vertical resolution in dots per inch.
46 Valid values are 60, 120, and 240.
47
48 This option is mandatory.
49
50
51 -slow Use the slower printing mode where two modes with the same reso‐
52 lution are available. This usually produces better quality
53 prints. This affects only modes with horizontal resolution 120,
54 but might affect other modes in future versions of the program.
55
56
57
58
60 There are probably better ways to control the IBM 23XX printers. Let
61 me know if you find any.
62
63
65 pbmtoibm23xx was new in Netpbm 10.25 (October 2004).
66
67
69 pbm(1), Ghostscript (gs).
70
71
73 Copyright (C) 2004 Jorrit Fahlke <jorrit@jorrit.de>. Copying policy:
74 GNU GPL version 2
75
77 This manual page was generated by the Netpbm tool 'makeman' from HTML
78 source. The master documentation is at
79
80 http://netpbm.sourceforge.net/doc/pbmtoibm23xx.html
81
82netpbm documentation 28 January 2022 Pbmtoibm23xx User Manual(0)