node-thermal-printer icon indicating copy to clipboard operation
node-thermal-printer copied to clipboard

Node.js module for Epson, Star, Tanca, Drauma and Brother thermal printers command line printing.

Results 40 node-thermal-printer issues
Sort by recently updated
recently updated
newest added

Only `beep` doesn't work (not even sure if this printer has this feature)

It does not generate an error when the paper runs out, it would be interesting to get the status if you have paper, give an error that paper is out....

This library works brilliantly for printing to networked printers, however I would like to print to a local printer too, but due to the reliance on electron-printer/node-printer this is not...

Finally after having some difficulties to be able to use this library, I was able to print a ticket using the example just add **printer.openCashDrawer();** but it does not open...

Hello everyone, I'm trying to find a way to center an image that is being sent to the printer with the printImage function, I've tried to align it as if...

We are getting started with the node-thermal printer and want to print German characters including EURO symbol, but till now no luck already tried all character set incluing PC858_EURO and...

In some methods the object was called print instead of printer.

When we tried with print.getText() it says print is not a function When we tried with printer.getText() it was succesfull