Open yuniit opened 3 years ago
Hello, How can I manage to print multiple printer at the same time. I've try some like this:
webview.addEventListener('ipc-message', (event) => { if (event.channel == "startPrint") { let printers = ['Printer80','Epson TM-T88VI'] for (let printer of printers) { webview.print({ copies: 1, silent: true, printBackground: true, deviceName: printer }) } } })
But 1 of the printers got to print.
Hi @yuniit, did you find a way to handle it ?
Hello, How can I manage to print multiple printer at the same time. I've try some like this:
But 1 of the printers got to print.
Tell me about your development environment.