mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-01 07:38:26 -04:00
Add HIBC
This commit is contained in:
parent
c1e89c6460
commit
9ee63311ff
8 changed files with 173 additions and 59 deletions
|
@ -3,19 +3,6 @@
|
|||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>Stacked Symbols</TITLE>
|
||||
<META NAME="GENERATOR" CONTENT="OpenOffice.org 2.4 (Unix)">
|
||||
<META NAME="CREATED" CONTENT="20070730;21081900">
|
||||
<META NAME="CHANGED" CONTENT="20080919;21193200">
|
||||
<STYLE TYPE="text/css">
|
||||
<!--
|
||||
TD P { color: #000000 }
|
||||
H1 { color: #000000 }
|
||||
P { color: #000000 }
|
||||
TH P { color: #000000 }
|
||||
A:link { color: #0000ff }
|
||||
A:visited { color: #840084 }
|
||||
-->
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
<BODY LANG="en-GB" TEXT="#000000" LINK="#0000ff" VLINK="#840084" BGCOLOR="#ffffff" DIR="LTR">
|
||||
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0 STYLE="page-break-before: always">
|
||||
|
@ -86,7 +73,9 @@ to <FONT FACE="Courier, monospace">option_2</FONT> and <FONT FACE="Courier, mono
|
|||
respectively. The default level of check information is determined by
|
||||
the amount of data being encoded. International text support is
|
||||
provided using the Latin-1 character set as described in <A HREF="appxa.html">Appendix
|
||||
A</A>.</P>
|
||||
A</A>. A separate symbology ID can be used to encode Health Industry
|
||||
Barcode (HIBC) data which adds a leading '+' character and a modulo-49
|
||||
check digit to the encoded data.</P>
|
||||
<P ALIGN=LEFT><IMG SRC="pdf417.png" NAME="graphics3" ALIGN=LEFT WIDTH=240 HEIGHT=54 BORDER=0><BR CLEAR=LEFT><BR><BR>
|
||||
</P>
|
||||
<P ALIGN=LEFT><A NAME="PDF417T"></A><FONT SIZE=5><B>5.2.4 Compact
|
||||
|
@ -105,7 +94,9 @@ alphanumeric characters or 366 digits. The amount of error correction
|
|||
used is dependant on symbol size. The number of columns used can be
|
||||
determined using the <FONT FACE="Courier, monospace">--cols</FONT>
|
||||
switch or <FONT FACE="Courier, monospace">option_2</FONT> as with
|
||||
PDF417.</P>
|
||||
PDF417. A separate symbology ID can be used to encode Health Industry
|
||||
Barcode (HIBC) data which adds a leading '+' character and a modulo-49
|
||||
check digit to the encoded data.</P>
|
||||
<P ALIGN=LEFT><IMG SRC="micropdf.png" NAME="graphics5" ALIGN=LEFT WIDTH=110 HEIGHT=80 BORDER=0><BR CLEAR=LEFT><BR><BR>
|
||||
</P>
|
||||
<P ALIGN=LEFT><A NAME="RSS14STACK"></A><FONT SIZE=5><B>5.2.6 GS1
|
||||
|
@ -145,7 +136,9 @@ symbol</A>.</P>
|
|||
<P ALIGN=LEFT>Based on Code 128 the Codablock-F symbol supports
|
||||
extended ASCII characters in the Latin-1 codeset and features the
|
||||
ability to scan and reconstruct the stacked symbol using a standard
|
||||
1D barcode reader.</P>
|
||||
1D barcode reader. A separate symbology ID can be used to encode Health Industry
|
||||
Barcode (HIBC) data which adds a leading '+' character and a modulo-49
|
||||
check digit to the encoded data.</P>
|
||||
<P ALIGN=LEFT><IMG SRC="codablock.png" NAME="graphics9" ALIGN=LEFT WIDTH=320 HEIGHT=162 BORDER=0><BR CLEAR=LEFT><BR><BR>
|
||||
</P>
|
||||
<HR>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue