summary refs log tree commit diff
path: root/pbmupc.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 /pbmupc.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 'pbmupc.html')
-rw-r--r--pbmupc.html86
1 files changed, 86 insertions, 0 deletions
diff --git a/pbmupc.html b/pbmupc.html
new file mode 100644
index 00000000..f6b9c27e
--- /dev/null
+++ b/pbmupc.html
@@ -0,0 +1,86 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>Pbmupc User Manual</TITLE></HEAD>
+<BODY>
+<H1>pbmupc</H1>
+Updated: 14 March 1989
+<BR>
+<A HREF="#index">Table Of Contents</A>
+
+<A NAME="lbAB">&nbsp;</A>
+<H2>NAME</H2>
+
+pbmupc - create a Universal Product Code PBM image
+
+<A NAME="lbAC">&nbsp;</A>
+<H2>SYNOPSIS</H2>
+
+<B>pbmupc</B>
+
+[<B>-s1</B> | <B>-s2</B>]
+
+<I>type</i>
+<i>manufacturer</i>
+<i>product</I>
+
+<A NAME="lbAD">&nbsp;</A>
+<H2>DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<p><b>pbmupc</b> generates an image of a Universal Product Code symbol.
+The three arguments are: a one digit product type, a five digit
+manufacturer code, and a five digit product code.
+For example, &quot;0 72890 00011&quot; is the code for Heineken.
+
+<P>As presently configured, <b>pbmupc</b> produces an image 230 bits
+wide and 175 bits high.  The size can be altered by changing the
+defines at the beginning of the program, or by running the output
+through <B>pamenlarge</B> or <B>pamscale</B>.
+
+<A NAME="lbAE">&nbsp;</A>
+<H2>OPTIONS</H2>
+
+<P>The <B>-s1</B> and <B>-s2</B> options select the style of UPC to
+generate.  The default, <B>-s1</B>, looks more or less like this:
+
+<PRE>
+ ||||||||||||||||
+ ||||||||||||||||
+ ||||||||||||||||
+ ||||||||||||||||
+0||12345||67890||5
+</PRE>
+
+The other style, <B>-s2</B>, puts the product type digit higher up,
+and doesn't display the checksum digit:
+
+<PRE>
+ ||||||||||||||||
+ ||||||||||||||||
+0||||||||||||||||
+ ||||||||||||||||
+ ||12345||67890||
+</PRE>
+
+<A NAME="lbAF">&nbsp;</A>
+<H2>SEE ALSO</H2>
+
+<A HREF="pbm.html">pbm</A>
+<A NAME="lbAG">&nbsp;</A>
+<H2>AUTHOR</H2>
+
+Copyright (C) 1989 by Jef Poskanzer.
+
+<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>
+<LI><A HREF="#lbAG">AUTHOR</A>
+</UL>
+</BODY>
+</HTML>