about summary refs log tree commit diff
path: root/pbmtoibm23xx.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 /pbmtoibm23xx.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 'pbmtoibm23xx.html')
-rw-r--r--pbmtoibm23xx.html91
1 files changed, 91 insertions, 0 deletions
diff --git a/pbmtoibm23xx.html b/pbmtoibm23xx.html
new file mode 100644
index 00000000..1812de5e
--- /dev/null
+++ b/pbmtoibm23xx.html
@@ -0,0 +1,91 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>Pbmtoibm23xx User Manual</TITLE></HEAD>
+<BODY>
+<H1>pbmtoibm23xx</H1>
+Updated: October 16, 2004
+<BR>
+<A HREF="#index">Table Of Contents</A>
+
+<H2 id="name">NAME</H2>
+
+pbmtoibm23xx - convert a PBM image to IBM 23XX printer stream
+
+<H2 id="synopsis">SYNOPSIS</H2>
+
+<B>pbmtoibm23xxx</B>
+[<b>-xres=</b><i>dpi</i>]
+[<b>-yres=</b><i>dpi</i>]
+[<I>pbmfile</I> ...]
+
+<p>Minimum unique abbreviation of option is acceptable.  You may use double
+hyphens instead of single hyphen to denote options.  You may use white
+space in place of the equals sign to separate an option name from its value.
+
+<H2 id="description">DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<p><b>pbmtoibm23xx</b> reads one or more PBM files as input and
+writes an IBM 23XX printer command stream to generate all the images in
+all the files to Standard Output.
+
+<p>If you don't specify any file names, <b>pbmtoibm23xx</b> reads from
+Standard Input.
+
+<H2 id="options">OPTIONS</H2>
+<dl>
+<dt><b>-xres=</b><i>dpi</i>
+
+<dd>This option specifies the horizontal resolution in dots per inch.
+Valid values are 60, 120, and 240.
+
+<dt><b>-yres=</b><i>dpi</i>
+
+<dd>This option specifies the vertical resolution in dots per inch.
+Valid values are 60, 120, and 240.
+
+<dt><b>-slow</b>
+
+<dd>
+Use the slower printing mode where two modes with the same resolution
+are available.  This usually produces better quality prints.  This
+affects only modes with horizontal resolution 120, but might affect
+other modes in future versions of the program.
+     
+</dl>
+
+<h2 id="limitations">LIMITATIONS</h2>
+
+<p>There are probably better ways to control the IBM 23XX printers.  Let
+me know if you find any.
+
+<h2 id="history">HISTORY</h2>
+
+<p><b>pbmtoibm23xx</b> was new in Netpbm 10.25 (October 2004).
+
+<H2 id="seealso">SEE ALSO</H2>
+
+
+<A HREF="pbm.html">pbm</A>,
+Ghostscript (<b>gs</b>).
+
+<H2 id="author">AUTHOR</H2>
+
+<p>Copyright (C) 2004 Jorrit Fahlke &lt;jorrit@jorrit.de&gt;.  Copying
+policy: GNU GPL version 2
+
+<HR>
+<A NAME="index">&nbsp;</A>
+<H2>Table Of Contents</H2>
+<UL>
+<LI><A HREF="#name">NAME</A>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#options">OPTIONS</A>
+<LI><A HREF="#limitations">LIMITATIONS</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
+<LI><A HREF="#history">HISTORY</A>
+<LI><A HREF="#author">AUTHOR</A>
+</UL>
+</BODY>
+</HTML>