My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
RationalizedCodabar  
Updated Mar 1, 2012 by terry.burton

Overview

Codabar is a linear, discrete, self-checking, bidirectional symbology that can encode digits, six symbols and four delimiter characters. It is primarily used by libraries and blood banks, photo labs and FedEx airbills.

Invoking

  • The data field can hold any of the following
    • Digits 0-9
    • Letters A-D (delimiter characters)
    • Symbols -$:/.+
  • The includecheck option calculates the check digit.
  • The includecheckintext option makes the calculated check characters appear in the human readable text.

Example

0 0 moveto (A0123456789B) (includecheck includetext includecheckintext) /rationalizedCodabar /uk.co.terryburton.bwipp findresource exec

Powered by Google Project Hosting