Skip to content

Codablock F

Terry Burton edited this page Mar 26, 2014 · 16 revisions

#summary Reference for Codablock F

=Codablock F=

The Codablock F barcode symbology is 2D stacked-linear barcode that consists of a number of stacked [Code128 Code 128] symbols. It can encode full 256 character extended-ASCII with the use of the FNC4 shift character.

Variants:

  • [Hibc HIBC Codablock F] is a variant of Codablock F that should be used when encoding HIBC formatted data.

Standards: USS Codablock F.

===Data and Options===

  • The data field can consist of any ASCII data.
  • When the parse option is specified, any instances of ^NNN in the data field are replaced with their equivalent ASCII value, useful for specifying unprintable characters.
  • When the parsefnc option is specified, non-data function characters can be specified by ^FNC1 through ^FNC4.
  • The columns option specifies the number of columns in the symbol, default 8.
  • The rows option specifies the number of rows in the symbol, between 2 and 44.
  • If rows is unspecified, the encoder will default to the smallest number of rows that can hold the given data.
  • The raw option denotes that the data field is providing the input as a pre-encoded codewords in ^NNN format, suitable for direct low-level encoding.
  • The rowheight option specifies the height of the bars in each row in points. The default is 10.
  • The sepheight option specifies the height of the separator bars enclosing the rows in points. The default is 1.

===Examples===

{{{ 0 0 moveto (Codablock F) () /codablockf /uk.co.terryburton.bwipp findresource exec }}}

http://wiki.postscriptbarcode.googlecode.com/git/images/codablockf-1.png

{{{ 0 0 moveto (CODABLOCK F 34567890123456789010040digit) (columns=8 rows=5) /codablockf /uk.co.terryburton.bwipp findresource exec }}}

http://wiki.postscriptbarcode.googlecode.com/git/images/codablockf-2.png

{{{ 0 0 moveto (Short bars, fat seperators) (columns=10 rows=8 rowheight=6 sepheight=2) /codablockf /uk.co.terryburton.bwipp findresource exec }}}

http://wiki.postscriptbarcode.googlecode.com/git/images/codablockf-3.png


Symbologies Reference

Point of Sale

GS1 DataBar

Supply Chain

Two-dimensional Symbols

One-dimensional Symbols

Postal Symbols

Pharmaceutical Symbols

Less-used Symbols

GS1 Composite Symbols

Raw Symbols

Partial Symbols

Clone this wiki locally