Java Printer Status Not Working

I have a USB printer, and I saw that I can’t know if the job with the printer was printed correctly, because the JobTransferComplete method is called when the job is sent to the printer, not to the printer. If I turn off the printer, the JVM will continue printing without notice. I'm right?

+3
source share

All Articles