1Pbmtopsg3 User Manual(0) Pbmtopsg3 User Manual(0)
2
3
4
6 pbmtopsg3 - convert PBM images to Postscript with G3 fax compression
7
8
10 pbmtopsg3 [--title=title] [--dpi=dpi] [filespec]
11
12
14 This program is part of Netpbm(1).
15
16 pbmtopsg3 converts the PBM images in the input PBM file to pages in a
17 Postscript file encoded with G3 fax compression.
18
19 If you don't specify filespec, the input is from Standard Input.
20
21 Remember that you can create a multi-image PBM file simply by concateā
22 nating single-image PBM files, so if each page is in a different file,
23 you might do:
24
25 cat faxpage* | pbmtopsg3 >fax.ps
26
27
29 -title The Postscript title value. Default is no title.
30
31
32 -dpi The resolution of the Postscript output. Default is 72 dpi.
33
34
35
36
38 pnmtops(1), pstopnm(1), gs(1), pstopnm(1), pbmtolps(1), pbmtoepsi(1),
39 pbmtog3(1), g3topbm(1), pbm(1)
40
41
42
43netpbm documentation 22 July 2004 Pbmtopsg3 User Manual(0)