-
In my application, it works local, but it drops an error like this on the server, what can I do for it
Printer 'smb:\$computer_name\$printer_name' is not a valid printer name. Use local por…
-
I tried them all, all examples, all possible print connectors, none of them work from the webapp running on chrome on an Android Lenovo Tablet.
use Mike42\Escpos\PrintConnectors\FilePrintConnector;
…
-
please help me to fix this iam using windows server and client pc also windows. @mike42
-
When I try to connect to my web app from a Linux server, it says the port is not available.
When I run ls -l /dev/tty* I am getting this list.
![image](https://user-images.githubusercontent.com/…
-
Looks like the dist folder was deleted from the repository, or is it just me?
-
**Describe the bug**
When trying to print (save PDFs) through the Linux Desktop Client, the client will crash when choosing the print-to-file option. When following the same steps through a web brows…
ghost updated
5 months ago
-
Hi,
we want to use this library but have to resort to an older electron-prebuild version because this module does not work with newer electron (and thus node 6) versions.
With newer versions we get…
-
I'm using webpack template:
`yarn create electron-app my-new-app --template=webpack`
and I get the following error when printing:
`[ERROR]: (node:26596) electron: Failed to load URL: file:///C:/wor…
-
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 ES6?
-
I work in a Windows 7@32bit environment; my electron app need to print a well-formed ticket (infos about purchases, ...).
I can produce PDF, PNGs, customized text formats.
From what I've read, in …