I want to print on my Zebra ZC300 printer.
I’m coding in React JS.
The question is whether it is possible to print png images from the browser to the printer.
Is there a library or something like that?
Some example?
I have tested with the following libraries:
import ZebraBrowserPrintWrapper from "zebra-browser-print-wrapper-https"; import { PrinterSetup } from "node-zpl"; import qz from "qz-tray"; import ZebraBrowserPrintWrapper from "zebra-browser-print-wrapper-https";
As a note I try to do it from the browser on the client side.
edwin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.