I want my application to print directly to the default printer without the Windows select printer dialog coming up and I really dont need to display the screen. All the user wants is a printout, receipt.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
No, you cannot do it.
You can only do Why you cannot: because safety. |
|||
|
|
|
No I'm afraid this is not possible. You could just run millions of print tasks at the time, and it wouldn't be good for user |
|||
|
|
yes, you can. In Firefox about:config you can make property print.always_print_silent equal to true.Then Firefox will print without prompt. And using "JS Print setup" you can adjust some printer parameters directly from javascript |
|||
|
|