How to get the Printer description from a PrintService?
for (PrintService p : PrintServiceLookup.lookupPrintServices(null, null)) {
System.out.println(printService.getAttribute(PrinterName.class));
// System.out.println(printService.getAttribute(PrinterName.class));
}
The 9 year old question Extended printer information in Java has no answer yet. Only the PrinterName Attribute seems working.
Is there any way to get the printer description?