node-printer
node-printer copied to clipboard
Native node.js printer
## What happens? The printer keeps showing that it is printing when printing pictures, Do you need to set the type attribute? ## How To Reproduce ```javascript var fs =...
I got this error inside the printer module: `Unhandled Rejection (Error): Cannot find module '/node_printer.node'` it's work when i tried on express, but got this error on react. thank you
Does it work on Windows 7? I'm going to use Linux
I'm attempting to use node-printer in an electron 7.1.3 app. As per the docs, I've tried installing the library using `npm install printer --runtime=electron --target=7.1.3 --target_arch=x64`. It appears to install...
Hi How to check if the printer supports ZPL instruction? You can obtain a lot of printer lists, as shown in the following table. But how to distinguish the type...
Has there been any consideration to integrate with native system print dialogs for interactivity? Forgive the electron-centric musing: I’m researching different ways to print PDFs from Electron and there is...
Hi, I'm using node-printer with NWJS, it working fine on Windows 10, but when it running on Windows XP, the error occurred: "[0422/180048:WARNING:pe_image_reader.cc(144)] CodeView debug entry of unexpected size in...
I started getting these errors recently. Anyone else getting similar errors while compiling for Windows? ``` ..\src\node_printer_win.cc(220): error : pasting formed '->pPrinterName', an invalid preprocessing token [-Winvalid-token-paste] [c:\Dev\new\backstage-kiosk\jsapps\client\node_modules\printer\build\node_printer.vcxproj] ..\src\node_printer_win.cc(214): note:...
Hello, My Node.js version is 10.19 (stable) .After the installation, when i run npm run dev - it shows error The module 'path/node_modules/@thiagoelg/node-printer/lib/node_printer.node' [1] was compiled against a different Node.js...
How to install directly from git and use this simple react web app?