I have to take 2 copies of 3-page label sequentially so that all the 3 pages will be printed before the copy starts. How can I write this code in ZPL – Zebra language?
This is a sample code.
I tried giving the ^PQ command and unfortunately it replicates the “Page 1” before printing “Page 2”
^XA
^FO50,50
^FDPage 1^FS
^XZ
^XA
^FO50,50
^A0N,50,50
^FDPage 2^FS
^XZ
^XA
^FO50,50
^A0N,50,50
^FDPage 3^FS
^XZ
The expected result -:
I need the print to come like “Page 1” -> “Page 2” -> “Page 3” -> “Page 1” -> “Page 2” -> “Page 3”
Lakshmy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.