Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How print in zebra printer with qt(or a diferent way in c++).
Qt 6.11 is out! See what's new in the release blog

How print in zebra printer with qt(or a diferent way in c++).

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 939 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kmitsu
    wrote on last edited by
    #1

    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

    jsulmJ 1 Reply Last reply
    0
    • K Kmitsu

      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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @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?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved