Questions tagged [zpl-ii]

ZPL-II stands for the "Zebra Programming Language v II" and is a proprietary programming language used to communicate to Zebra branded printers

More Information:

187 questions
-1
votes
1 answer

How to print ⎓ on ZPL (zebra printer language) Unicode utf-8

i need to print ⎓ logo on Zebra Printer using ZPL (zebra programming language), can anybody tell me how to print the ⎓ symbol? i already using code that use UTF-8 code, but it only work with 2 byte of hexadecimal, ⎓ has 3 hex…
-1
votes
1 answer

ZPL how to print the current date and time on the label after peeling off?

How to print the current date and time on the label after peeling off ? For example: Print the 1st Label: 2019-10-28 18:58:01 Wait 5 second and peel off label. The second label must be 2019-10-28 18:58:06 Currently I have…
-1
votes
1 answer

How to print labels using module "printer_zpl2"

I'm using odoo 9 and i want to print products labels using zebra printer that's why i have installed a custom module named "printer_zpl2" but i don't know how to use it to print labels with it . is there anyone who used it before who can help me ??…
Dhouha
  • 321
  • 1
  • 3
  • 17
-1
votes
1 answer

Text is printed incorrectly using ZPL

I print a text using ZPL but they are printed incorrectly. It has gaps in the middle. They are printed correctly to the real printer via the ZebraDesigner. But they are wrong when printing via ZPL: ^FT246,70^A0R,16,16 ^FB900,2,, ^FDMaisstaerke,…
LEH
  • 1
  • 1
-2
votes
1 answer

Zebra RW420 is printing the ZPL commands to get TID

I am trying to printing TID FROM ZPL COMMANDS getting JJL179464 can anyone please tell me what is this character
PRIYA
  • 1
  • 2
-2
votes
1 answer

print barcode to Zebra printer in c#

I am still new to c# and never before have dealt with Zebra printers. Now I need to print barcodes to Zebra printer (Toshiba B-FV4T). I have read here some similar questions but still can't figure out how to do it. I make query from database and get…
1 2 3
12
13