I am printing a QR code on a small label.
The amount of data in the QR code is variable. The printer (e.g. Zebra GK420d) changes the size/dimensions of the QR image based on the amount of data being embedded.
Example ZPL:
^FO38,2400
^BQN,2,10
^FDMA,http://ghospitals/gp/index.php/patient/120704^FS
The QR code size should be fixed. An increase in data should increase the density not the size!
How can I restrict/define the dimensions of the printed QR code?
Thanks for your help.