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 In addition to the options common to all programs based on libnetpbm
34 (most notably -quiet, see
35 Common Options ⟨index.html#commonoptions⟩ ), pbmtopsg3 recognizes the
36 following command line options:
37
38
39
40 -title The Postscript title value. Default is no title.
41
42
43 -dpi The resolution of the Postscript output. Default is 72 dpi.
44
45
46
47
49 pnmtops(1), pstopnm(1), gs, pstopnm(1), pbmtolps(1), pbmtoepsi(1), pbm‐
50 tog3(1), g3topbm(1), pbm(1), fax formats(1)
51
53 This manual page was generated by the Netpbm tool 'makeman' from HTML
54 source. The master documentation is at
55
56 http://netpbm.sourceforge.net/doc/pbmtopsg3.html
57
58netpbm documentation 12 March 2017 Pbmtopsg3 User Manual(0)