Skip to main content
February 27, 2023
Question

Zebra Printer Service Plugin

  • February 27, 2023
  • 2 replies
  • 0 views

I am trying to develop a POC concept on the Barcoded Label for the Zebra printer. Here I have a question about the Label String Parmenter. Can I send the ZPL command directly, or needed any conversion 

This ZPL command I plan to use below .

^XA
^FX
^CF0,30
^FO40,30^FDCase#: 2310462^FS
^FO300,30^FDExhibit#: 3.1^FS
^FO40,70^FDTox#: 2204167^FS
^FO300,70^FDCounty:Tarrant ^FS
^FO40,110^FDDeced: Phuong Thi Pham^FS
^FO40,145^GB700,3,3^FS
^BY4
^FO 130,160^BCN,80,N^FD12345678^FS
^FO40,250^GB700,3,3^FS
^CF0,25
^FO40,270^FDItem: Tissues in Formalin-Dr Diane-Ngan Trang^FS
^XZ

2 replies

stefanhelzle0001
February 27, 2023

I assume that the expertise on this kind of devices is pretty limited here. But your strings look like control chars which you should be able to create using the char() function and the decimal number of that given char on the ASCII table.

allenp0001
Known Participant
December 13, 2023

[mention:2a59b5c2121e46f8911750626b96d113:e9ed411860ed4f2ba0265705b8793d05] Did you ever get this to work?  I am attempting to develop something like this.