FBPL Command Reference

Table Of Contents
62
6.12 PDF417
Description
Define a PDF417 2D barcode.
Syntax
PDF417 x,y,width,height,rotate,[option], "content"
Parameter
Description
x
Starting point of the barcode in the X direction (dots)
y
Starting point of the barcode in the Y direction (dots)
width
Expected width (in dots)
height
Expected height (in dots)
rotate
0 : No rotation
90 : Rotated 90 degrees counter-clockwise
180 : Rotated 180 degrees counter-clockwise
270 : Rotated 270 degrees counter-clockwise
option
P
Data compression method
0: Auto encoding
1: Binary mode
E
Error correction level (Range: 0~8)
M
Center pattern in barcode area
0: The pattern will print upper left justified the area
1: The pattern is printed middle of area
Ux,y
,c
Human readable
x: Human readable characters in the specified x-coordinate
y: Human readable characters in the specified y-coordinate
c: Maximum characters of human readable character per line
W
Module width in dot (Range: 2~9)
H
Bar height in dot (Range: 4~99)
R
Maximum number of rows
C
Maximum number of columns
T
Truncation
0: Not truncated
1: Truncated
Lm
Expression length, 1m2048 (without “ for content)
content
Barcode content
Note:
If parameter Lm is used, double quotes (") are unnecessary for content.