driver
driver copied to clipboard
How to print to an specific printer by name?
I'm trying to print to an specific thermal printer but I just have the data that is returned by the getPrintersAsync function from Electron. In the past with other libraries, I used the name itself of the printer in order to print to an specific printer, how can I do that with this library?
In my use case I need to handle all printers that are connected to the computer, either for it to be usb or bluetooth.
@dohooo