| Author |
need to get network printers in jsp
|
Babar Qadri
Ranch Hand
Joined: Oct 12, 2004
Posts: 51
|
|
Hi, i need to get network printers in jsp intranet application can anyone tell how to do this thanks
|
babar
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
The Java Print Service can enumerate all the printers your server is configured to use.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
|
Not really JSP-specific, so moved to Java in Geneal (intermediate).
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
|
|
And remember that you'll get the printers defined for the SERVER, not the client. Just to make sure you're not going to wonder why your users aren't getting printouts on their desktop printers when you print to the default printer from your JSP...
|
42
|
 |
 |
|
|
subject: need to get network printers in jsp
|
|
|