|
Code39
OverviewThe Code 39 symbology is discrete, variable length, and self-checking. VariantsCode 39 Extended is a variant that can be used to encode full 128 character ASCII with the use of shift character combinations. HIBC Code39 is a variant that should be used when encoding HIBC formatted data. Invoking
Examples0 0 moveto (CODE39) (includetext) /code39 /uk.co.terryburton.bwipp findresource exec
0 0 moveto (CODE39) (includecheck includetext includecheckintext) /code39 /uk.co.terryburton.bwipp findresource exec
0 0 moveto (CODE39) (hidestars includecheck includetext) /code39 /uk.co.terryburton.bwipp findresource exec
| |