I'm trying to scale an Aztec
barcode to a 5"x5.5"
label, but the default Aztec
encoder doesn't create any barcodes larger than about 0.25"x0.25"
.
How can I scale it larger?
My code is below:
^XA
^MTD
^BON,10,N,250,N,1,0
^FO100,100 ^FD Barcode Text^FS
^FO275,1350^AVN,200,200^FDText of Barcode Text^FS
^XZ
My answer contradicts what the ZPL manual says. You have the the second parameter (magnification factor) set to 10, which is the max according to the manual. I took it up to 46 and was able to fill a 4 inch x 4 inch label. Try changing that parameter.