MatteoMeil / node-native-printer

Node module to print from nodejs apps
83 stars 41 forks source link

Send RAW printer instructions to Zebra printer #24

Open raviada opened 5 years ago

raviada commented 5 years ago

Describe the bug We are trying to print barcodes on Zebra printer. I integrated this package into our node application, I was able list all the printers and print. But the problem is it only prints text, but I need to send ZPL instructions to printer. There is no such option exists on windows.

Expected behavior Print barcodes on zebra printer.

OS

Is this even possible with this library?

Thanks in advance.