tojocky / node-printer

Native node.js printer
1.53k stars 441 forks source link

Detect all printers in network #281

Open neumartin opened 4 years ago

neumartin commented 4 years ago

Hi!

How can I detect all printers int the network (LAN), not only installed in my local PC. Thanks!

drochag commented 4 years ago

That's not possible, you'll need to add them as part of your local PC or at least as part of the PC where the server is running.

oshimayoan commented 3 years ago

Sorry for replying to this old thread but I wonder if it's possible to create something like proxy for targeting the printer? Perhaps we could make the server think that the printer is on the local PC by doing that?

What do you guys think?