Hi,
I am trying to print the QR Barcode with the ZPL code, please find below the snippet.
^FO320,1270^BQ,2,9^FDLA,TOF|11|170721|545389^FS
Barcode generated with the above code is not acceptable to the user.
As per the user it should be Version 14M with a fix matrix of 73 x 73 cells,
I am not sure how to define version 14M with the zpl code.
can anyone please help ?
Thanks
Vikas
QR BARCODE - ZPL CODE |
1 Replies
As per the user it should be Version 14M with a fix matrix of 73 x 73 cells,It doesn't look like that ZPL has the exact command(s) to specify the QR code version and matrix size. But the ^BQ command has a built-in magnification parameter, which can be used to specify the size of QR code. Please refer to resize QR code. Hopefully, this would satisfy you needs.