Is it possible to change the text of bar code on ZPL?
^XA
^BY3,5,200
^FO55,30
^BC
^FD1234567890ABCDEF
^FS
^XZ
There is no way to change the text interpretation within a bar-code in ZPL, but you can hide it and put in something of your own.
^XA
^BY3,5,200
^FO55,30
^BC,,N
^FD1234567890ABCDEF
^FS
^FO55,250
^A0N,20,20
^FD1234567890
^FS
^XZ