Getting local printers on client
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I would like to get the local printers on the client computer in order for the client to pick from in a dropdown box and then print to. Is this possible?
You can just invoke
window.print
in the client browser. It open up the print dialog box where there is already one dropdown box to choose printers. Certain things are not accessible in browser due to security reasons. Direct access to printer is not possible. :( :(Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript