5–97Bar Codes
STOP Ends the Bar Code command while the IGP/PGL
continues in the Create Form Mode. Enter STOP. If
STOP is not entered, an error message results.
PDF417 Example
Figure 5–23 illustrates a horizontal PDF417 bar code generated by the
following program:
~CREATE;PDF417 (Enter Create Form Mode)
BARCODE (Bar Code command)
PDF417;XD3;YD9;S0;7;21 (PDF417; width; height, security level, SR, SC)
*PRINTRONIX SUPPORTS PRINTING OF PDF417 TWO–DIMENSIONAL
BAR CODE SYMBOLOGY 123456789012345678901234567890123456789*
STOP (Ends Bar Code command)
END (Terminate Create Form Mode)
~EXECUTE;PDF (Execute the form)
Figure 5–23. Sample PDF417 Bar Code