1Pbmtolj User Manual(0)                                  Pbmtolj User Manual(0)
2
3
4

NAME

6       pbmtolj - convert a PBM image to HP LaserJet format
7
8

SYNOPSIS

10       pbmtolj [-resolution N] [-float] [-noreset] [-packbits] [-delta] [-com‐
11       press] [pbmfile] [-copies N]
12
13       You can abbreviate any option to its shortest unique prefix.
14
15
16

DESCRIPTION

18       This program is part of Netpbm(1).
19
20       pbmtolj reads a PBM image as input and produces  HP  LaserJet  data  as
21       output.   You  can  send this data to a LaserJet or DeskJet printer (at
22       least some of them).
23
24       Each pixel in the input PBM image becomes one dot in the  printed  out‐
25       put.   Therefore,  you must make sure the width and height of the input
26       are appropriate for the print resolution you choose and the print  area
27       you  want.  E.g. if you print at 300 dpi and want the image to print as
28       8 inches by 10, you must supply a PBM that is 2400 pixels wide by  3000
29       pixels  high.  You can adjust the size of the input with pamscale, pam‐
30       stretch, pbmreduce, or pamenlarge.
31
32       The input may be a multi-image PBM stream.  Each input image becomes  a
33       page  of output.  But before Netpbm 10.28 (June 2005), images after the
34       first one are ignored.
35
36       Note that there is no ljtopbm tool.
37
38

OPTIONS

40       In addition to the options common to all programs  based  on  libnetpbm
41       (most notably -quiet, see
42        Common  Options  ⟨index.html#commonoptions⟩  ), pbmtolj recognizes the
43       following command line options:
44
45
46
47       -resolution
48              Specifies the resolution of the output device, in dpi.   Another
49              way to look at this is as a declaration of the resolution of the
50              input image (PBM images don't have inherent resolution).   Typi‐
51              cal values are 75, 100, 150, 300, and 600.  The default is 75.
52
53
54       -float Suppresses positioning commands.  By default, pbmtolj places the
55              sequence ESC & l 0 E in the output, which means to force the top
56              margin to zero.  With -float, pbmtolj omits that command.
57
58
59       -noreset
60              Prevents  pbmtolj from writing the reset sequences to the begin‐
61              ning and end of the output file.
62
63
64       -packbits
65              Enables use of TIFF packbits compression.
66
67
68       -delta Enables use of delta-between-rows compression.
69
70
71       -compress
72              Enables use of both TIFF packbits, and  delta-between-rows  com‐
73              pression.
74
75
76       -copies
77              Specifies  the  number of copies. The default is 1.  This option
78              controls the "number of copies" printer control; pbmtolj  gener‐
79              ates only one copy of the image.
80
81
82
83

SEE ALSO

85       pnmtopclxl(1),   ppmtolj(1),   pjtoppm(1),   ppmtopj(1),  ppmtopjxl(1),
86       thinkjettopbm(1), pbm(1)
87
88

AUTHOR

90       Copyright (C) 1988 by Jef Poskanzer and Michael Haberler.   -float  and
91       -noreset  options added by Wim Lewis.  -delta, -packbits, and -compress
92       options added by Dave Platt.
93

DOCUMENT SOURCE

95       This manual page was generated by the Netpbm tool 'makeman'  from  HTML
96       source.  The master documentation is at
97
98              http://netpbm.sourceforge.net/doc/pbmtolj.html
99
100netpbm documentation             23 April 2005          Pbmtolj User Manual(0)
Impressum