1. NAME▲
pbmtopsg3 - convert PBM images to Postscript with G3 fax compression
2. SYNOPSIS ▲
pbmtopsg3 [ --title=\fItitle ] [ --dpi=\fIdpi ] [ filespec ]
3. DESCRIPTION ▲
Converts the PBM images in the input PBM file to pages in a Postscript file encoded with G3 fax compression. If you don't specify filespec , the input is from Standard Input. Remember that you can create a multi-image PBM file simply by concatenating single-image PBM files, so if each page is in a different file, you might do:
cat faxpage* | pbmtopsg3 >fax.ps
4. OPTIONS ▲
R -title
The Postscript title value. Default is no title.
R -dpi
The resolution of the Postscript output. Default is 72 dpi.
5. SEE ALSO ▲
R pnmtops (1),
R pstopnm (1),
R gs (1),
R pstopnm (1),
R pbmtolps (1),
R pbmtoepsi (1),
R pbmtog3 (1),
R g3topbm (1),
R pbm (5)