summary refs log tree commit diff
path: root/pbmtopsg3.html
blob: fff9b88992995cd1970431ed4ee18596f0890868 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD><TITLE>Pbmtopsg3 User Manual</TITLE></HEAD>
<BODY>
<H1>pbmtopsg3</H1>
Updated: 22 July 2004
<BR>
<A HREF="#index">Table Of Contents</A>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
pbmtopsg3 - convert PBM images to Postscript with G3 fax compression

<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>

<B>pbmtopsg3</B>
[<B>--title=</B><I>title</I>]
[<B>--dpi=</B><I>dpi</I>]
[<I>filespec</I>]

<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>

<p>This program is part of <a href="index.html">Netpbm</a>.

<P><b>pbmtopsg3</b> converts the PBM images in the input PBM file to
pages in a Postscript file encoded with G3 fax compression.

<P>If you don't specify <I>filespec</I>, the input is from Standard
Input.

<P>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:

<pre>
cat faxpage* | pbmtopsg3 &gt;fax.ps
</pre>

<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>

<DL COMPACT>
<DT><B>-title</B>

<DD>The Postscript title value.  Default is no title.

<DT><B>-dpi</B>

<DD>The resolution of the Postscript output.  Default is 72 dpi.

</DL>

<A NAME="lbAF">&nbsp;</A>
<H2>SEE ALSO</H2>

<B><A HREF="pnmtops.html">pnmtops</A></B>,
<B><A HREF="pstopnm.html">pstopnm</A></B>,
<B>gs</b>(1),
<B><A HREF="pstopnm.html">pstopnm</A></B>,
<B><A HREF="pbmtolps.html">pbmtolps</A></B>,
<B><A HREF="pbmtoepsi.html">pbmtoepsi</A></B>,
<B><A HREF="pbmtog3.html">pbmtog3</A></B>,
<B><A HREF="g3topbm.html">g3topbm</A></B>,
<B><A HREF="pbm.html">pbm</A></B>

<HR>
<A NAME="index">&nbsp;</A>
<H2>Table Of Contents</H2>
<UL>
<LI><A HREF="#lbAB">NAME</A>
<LI><A HREF="#lbAC">SYNOPSIS</A>
<LI><A HREF="#lbAD">DESCRIPTION</A>
<LI><A HREF="#lbAE">OPTIONS</A>
<LI><A HREF="#lbAF">SEE ALSO</A>
</UL>
</BODY>
</HTML>