3

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)?

Dan Smith
  • 423
  • 2
  • 5
  • 17

1 Answers1

-2

Take a look at PrintService:

PrintService defaultService = PrintServiceLookup.lookupDefaultPrintService();
keuleJ
  • 3,418
  • 4
  • 30
  • 51