-1

I am developing a windows application. In which i get a string. I want to print that string as a QR code On zebra printer. One more requirement is , string should be printed below the QR code. Please help to find out the solution.

1 Answers1

0

Here are the docs for the ZPL language.
There you will find information about the commands you will mostly need for your task as a starting point:

  • ^A
  • ^BQ
  • ^FD
  • ^FH
  • ^FO
  • ^FS
  • ^XA
  • ^XZ
Delphi Coder
  • 1,723
  • 1
  • 14
  • 25