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

Overview

Interleaved 2 of 5 (ITF) is a high density numeric symbology.

Variants

ITF-14 is a variant that should be used when encoding a 14 digit GTIN.

Invoking

  • The data can consist of any number of digits.
  • The includecheck option calculates the check digit.
  • The includecheckintext option makes the calculated checksum appear in the human readable text.
  • If the length of the symbol including the possible check digit would be odd then the data is prefixed by 0.

Examples

0 0 moveto (0123456789) () /interleaved2of5 /uk.co.terryburton.bwipp findresource exec

0 0 moveto (2401234567) (includecheck includetext includecheckintext) /interleaved2of5 /uk.co.terryburton.bwipp findresource exec

Powered by Google Project Hosting