How print in zebra printer with qt(or a diferent way in c++).
Unsolved
General and Desktop
-
Hello, I trying print a zpl archive in zebra printer. I try use the class Qprinter, QTextDocument and print direct by widget and nothing. Searching for answers, i findy one method using CUPS api but it only works in mac and linux, and my program is developed in windows. So someone can help with one solution or tip to solve it.
Thanks
-
@Kmitsu I never used Zebra and I as far as I know Qt does not support it directly. I found this: https://github.com/zeromq/zebra/tree/master/bindings/qt Maybe you can use it. As alternative: can you use Zebra to print to PDF or Postscript first and then print this PDF/Postscript via Qt?