node-escpos icon indicating copy to clipboard operation
node-escpos copied to clipboard

🖨️ ESC/POS Printer driver for Node.js

Results 107 node-escpos issues
Sort by recently updated
recently updated
newest added

return new Promise((resolve, reject) => { const logo = require("path").join(logoPath, "logo.png"); if (!fs.existsSync(logo)) { printImage = false; } escpos.Image.load(logo, function (image) { device.open(function (err) { if (err) { reject(false); }...

I use this module and get a print that is too long on each line, so it's not neat ![image](https://user-images.githubusercontent.com/48933993/106982871-7d02f300-6797-11eb-83ba-649e53191b5a.png) and my printer should use a size of 30 instead...

Hello, I was testing the latest master and noticed some weird things happening with the barcode options. There is no example in the README with the options syntax, so I...

What would be the best way to modify dimensions on .qrimage() ?

I'm not sure what could cause this issue, but this is printed using the given example code. The table overflows to next line ![IMG_20201022_033233](https://user-images.githubusercontent.com/40813266/96833929-bd9e6100-1473-11eb-9d8c-a4a47a1aebaa.jpg)

escpos 3.0.0-alpha.1 escpos-usb 3.0.0-alpha.1 win7 生产环境提示打印成功 打印机没有反应 必须重启计算机才会重新可以打印 usb接口线都没有问题 win7已关闭usb省电模式

Is there a way to change paper orientation to landscape?

HI. I run code in documentation and get exception. Could You help me, please? (node:20296) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(),...

A "K" appear sometimes when printing plain white images. ![image](https://user-images.githubusercontent.com/71109010/93850656-18139880-fce1-11ea-9f11-58d082e3f786.png) Please help.

I tried the basic example, but not as expected, what happen? ![IMG_0117](https://user-images.githubusercontent.com/10142496/81082968-2a518d80-8f1e-11ea-9a88-1adc58ba19ce.jpg) **escpos:** 3.0.0-alpha.3 **escpos-network:** 3.0.0-alpha.2