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

Overview

The MicroPDF417 symbology is 2D stacked-linear barcode based on PDF417. It can encode full 256 character extended-ASCII.

Variants

HIBC MicroPDF417 is a variant that should be used when encoding HIBC formatted data.

Invoking

  • The data field can contain any extended 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.
  • The rows and columns options are used to specify the size of the symbol, one of:
    • 1x11, 1x14, 1x17, 1x20, 1x24, 1x28, 2x8, 2x11, 2x14, 2x17, 2x20, 2x23, 2x26, 3x6, 3x8, 3x10, 3x12, 3x15, 3x20, 3x26, 3x32, 3x38, 3x44, 4x4, 4x6, 4x8, 4x10, 4x12, 4x15, 4x20, 4x26, 4x32, 4x38, 4x44
  • If the columns and rows are unspecified, the encoder will default to creating a symbol that is the minimum size to represent the given data.
  • The rowmult option is used to specify how tall each bar is, with respect to the minimum module width. The default is 3.
  • 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 cca option identifies this symbol as a CC-A 2D component of a GS1 Composite symbol.
  • The ccb option identifies this symbol as a CC-B 2D component of a GS1 Composite symbol.
  • Note: Special size rules apply when the cca option is given, in which case the rows and columns options that are used to specify the size of the symbol much be one of:
    • 2x5, 2x6, 2x7, 2x8, 2x9, 2x10, 2x12, 3x4, 3x5, 3x6, 3x7, 3x8, 4x3, 4x4, 4x5, 4x6, 4x7

Examples

0 0 moveto (MicroPDF417) () /micropdf417 /uk.co.terryburton.bwipp findresource exec

0 0 moveto (MicroP^068F417) (parse rows=15 columns=4) /micropdf417 /uk.co.terryburton.bwipp findresource exec

Powered by Google Project Hosting