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 pnmtops is a more general program for converting from the Netpbm for‐
20 mats to Postscript, though it cannot produce the particular subformat
21 that pbmtopsg3 does.
22
23 If you don't specify filespec, the input is from Standard Input.
24
25 Remember that you can create a multi-image PBM file simply by concate‐
26 nating single-image PBM files, so if each page is in a different file,
27 you might do:
28
29 cat faxpage* | pbmtopsg3 >fax.ps
30
31
33 -title The Postscript title value. Default is no title.
34
35
36 -dpi The resolution of the Postscript output. Default is 72 dpi.
37
38
39
40
42 pnmtops(1), pstopnm(1), gs, pstopnm(1), pbmtolps(1), pbmtoepsi(1), pbm‐
43 tog3(1), g3topbm(1), pbm(1)
44
46 This manual page was generated by the Netpbm tool 'makeman' from HTML
47 source. The master documentation is at
48
49 http://netpbm.sourceforge.net/doc/pbmtopsg3.html
50
51netpbm documentation 12 March 2017 Pbmtopsg3 User Manual(0)