This command is used to specify the encoding mode for PDF417 barcode.
Command |
Description |
PDFMD=0 |
Binary mode to encode the characters with the ASCII value between 0 and 255 |
PDFMD=1 |
Text mode to encode the printable characters with the ASCII value between 32 and 126, TAB character (ASCII value 9), LF character (ASCII value 10) and CR character (ASCII value 13). |
PDFMD=2 |
Auto mode to achieve maximum encoding capacity. |
Remarks:
An example of control character sequence to print PDF417 barcodes:
bC=PDF, B=70, H=30, R=0, PDFC=3, PDFCL=2, PDFHT=1, PDFMD=1, PDFR=5, PDFTS=0, D=
See Also: