How can I get Printer status from a network printer that has driver installed on out PC? In particular I want to know if the printer is busy (currently printing) or idle (just waiting for print jobs)?
Asked
Active
Viewed 1,251 times
1 Answers
-2
Take a look at PrintService:
PrintService defaultService = PrintServiceLookup.lookupDefaultPrintService();

keuleJ
- 3,418
- 4
- 30
- 51
-
I know PrintService class. I just want to know what I am asking is even possible – Dan Smith Feb 19 '15 at 15:28