Closed GoogleCodeExporter closed 8 years ago
// Append as many labels as you like
qz.append("^XA^MMT^...LABEL #1...^XZ");
qz.append("^XA^MMT^...LABEL #2...^XZ");
qz.append("^XA^MMT^...LABEL #3...^XZ");
qz.append("^XA^MMT^...LABEL #4...^XZ");
qz.append("^XA^MMT^...LABEL #5...^XZ");
// Optional, spools each label to the printer before printing the next label
qz.setEndOfDocument("^XZ");
qz.setDocumentsPerSpool("1");
// Print labels
qz.print();
Original comment by tres.fin...@gmail.com
on 25 Feb 2014 at 9:16
Does that answer your question?
Original comment by tres.fin...@gmail.com
on 25 Feb 2014 at 9:17
I try it tommorow and i tell you ;) thanks a lot !!!
Original comment by j.el...@mf-alsace.com
on 25 Feb 2014 at 9:31
Hi
It's perfect !! Thank you !!
Original comment by j.el...@mf-alsace.com
on 26 Feb 2014 at 7:23
Original comment by tres.fin...@gmail.com
on 26 Feb 2014 at 3:23
Original issue reported on code.google.com by
j.el...@mf-alsace.com
on 25 Feb 2014 at 9:08