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

Overview

The Code 93 Extended symbology is continuous, variable length, and self-checking.

Variants

It is based on Code 93 but can encode full 128 character ASCII using the four additional shift characters: ($) (%) (/) (+)

Invoking

  • 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, e.g. ^029 for GS, etc.
  • The includecheck option calculates the two check digits.

Examples

0 0 moveto (Code93Ext!) (includecheck) /code93ext /uk.co.terryburton.bwipp findresource exec

0 0 moveto (Code93^029Extended) (parse includecheck) /code93ext /uk.co.terryburton.bwipp findresource exec

Powered by Google Project Hosting