home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
NETWORK
/
netpbm_docs.lzh
/
NETPBM
/
DOCS
/
pbmtolj.1
< prev
next >
Wrap
Text File
|
1996-11-18
|
1KB
|
50 lines
.TH pbmtolj 1 "29 August 1988"
.IX pbmtolj
.SH NAME
pbmtolj - convert a portable bitmap into HP LaserJet format
.SH SYNOPSIS
.B pbmtolj
.RB [ -resolution
.IR N ]
.RB [ -float ]
.RB [ -noreset ]
.RI [ pbmfile ]
.SH DESCRIPTION
Reads a portable bitmap as input.
Produces HP LaserJet data as output.
.IX "HP LaserJet"
.PP
Note that there is no ljtopbm tool.
.SH OPTIONS
.TP
.B -resolution
Specifies the resolution of the output device, in dpi.
Typical values are 75, 100, 150, 300.
The default is 75.
.TP
.B -float
Suppresses positioning information.
The default is to write the sequence
.I ESC & l 0 E
to the output file.
.TP
.B -noreset
Prevents pbmtolj from writing the reset sequences to the beginning
and end of the output file.
.PP
All flags can be abbreviated to their shortest unique prefix.
.SH "SEE ALSO"
pbm(5)
.SH AUTHOR
Copyright (C) 1988 by Jef Poskanzer and Michael Haberler.
.B -float
and
.B -noreset
options added by Wim Lewis.
.\" Permission to use, copy, modify, and distribute this software and its
.\" documentation for any purpose and without fee is hereby granted, provided
.\" that the above copyright notice appear in all copies and that both that
.\" copyright notice and this permission notice appear in supporting
.\" documentation. This software is provided "as is" without express or
.\" implied warranty.