Open GoogleCodeExporter opened 8 years ago
Thank you for the report.
If you aware of a way to check the printer status via Java prior to printing,
post a snippet and I'll make a build that checks status prior to printing.
Also, if you can explain exactly how you expect the applet to behave on printer
power loss, it will shed some light on if this fix is possible or not.
-Tres
Original comment by tres.fin...@gmail.com
on 2 Aug 2013 at 4:44
I'm not a Java-programmer, but how I saw, there is a PrintService attribute,
called PrinterState.
(http://docs.oracle.com/javase/7/docs/api/javax/print/attribute/standard/Printer
State.html)
What about behavior, I think an applet could check, if printer status is IDLE
or PROCESSING before sending print job. (I'm not sure, it's better to test
before release).
Original comment by vonKer...@gmail.com
on 2 Aug 2013 at 8:01
Original issue reported on code.google.com by
vonKer...@gmail.com
on 31 Jul 2013 at 11:21