0

I want to set a default printer to print the badges for events . I don't know how to set it. As all the users using this application should have a specific printer attached to their PC. Please help me. Thanks in advance.

Joseph
  • 117,725
  • 30
  • 181
  • 234
  • 2
    As far as I know, JS does not have any access to hardware, unless you are on some sort of elevated platform, like a plugin perhaps. – Joseph Oct 10 '12 at 06:38
  • Actually the question is not particularly regarding javascript.It may be any coding language.Is there any chance to set the printer settings by default – user1733798 Oct 10 '12 at 06:43
  • @JosephtheDreamer Actually am on cloud based platform. Is there any chance to set the printer by default based on javascript, jquery, Html? – user1733798 Oct 10 '12 at 07:03

1 Answers1

4

The furtherest you can go is show the print dialog with JavaScript. You can't set default printers.

alex
  • 479,566
  • 201
  • 878
  • 984