about summary refs log tree commit diff
path: root/pbmtopsg3.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
commit1017cbebe5d5edd859e0fddad0a8600f509f4821 (patch)
tree78bdf336648566f7a7d55f42837357dea3dd674c /pbmtopsg3.html
parent16f2ac126651015a376eba864a3a35f738b0b25a (diff)
downloadnetpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.gz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.xz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.zip
Place user guide into Subversion repository
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@181 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pbmtopsg3.html')
-rw-r--r--pbmtopsg3.html77
1 files changed, 77 insertions, 0 deletions
diff --git a/pbmtopsg3.html b/pbmtopsg3.html
new file mode 100644
index 00000000..fff9b889
--- /dev/null
+++ b/pbmtopsg3.html
@@ -0,0 +1,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>