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

Native node.js printer

Results 103 node-printer issues
Sort by recently updated
recently updated
newest added

Can I print PDF file direct from URL ?

How to send raw command to printer ? I have an Xprinter I want to send raw command to the printer to print an image. How can I do it....

Hello, I am getting a blank page when doing: ``` var printer = require("printer"); var fs = require('fs') printer.printDirect({data:fs.readFileSync('myimage.png') , printer:'PDFCreator' , type: 'RAW' , success:function(jobID){ console.log("sent to printer with...

enhancement
win32

Hi, I have a question if printing an image using dataURL will be possible? Also any updates on sending the print via buffer? It is possible to utilize async/await from...

I've been unsuccessful in getting a printout from the sample script. Tried everything but still can't figure out how to get a simple "Hello World" printed out with a default...

win32

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Does this library work to print text with thermal printers? Has anyone tried yet?

I need to print using a thermal printer (currently, citizen CT-S310) and I'm trying to print Hebrew characters and it comes out as Jibrish. I've wondered maybe I need to...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies