Dear All
We need to print 2 copy of a label. Currently we are using these following commands:
apd.PSExternal(261,"BZ40:1|0022583D0540");
apd.PSExternal(266, "^XA^LL" + buffer_datos + "^XZ");
Label content is being generated dynamically in the variable buffer_datos.
Any advice on this matter?
Thanks in advance.
Guillermo
Zebra APD - How to print more than 1 copy |
2 Replies
Hi Guillermo,
Add a ^PQx to the print commands. Such as:
apd.PSExternal(266, "^XA^LL" + buffer_datos + "^PQ2^XZ");
Hi Robin, thanks for your help, it was very useful.
Best Regards.