Hi
I need to check the clients printer to see if they are out of paper using a web page. I've checked java.awt.print package and the javax.print package and neither has a functionality to check if the print is out of paper.
-
Checking printer out of paper from a web page (2 messages)
- Posted by: Nestor Boscan
- Posted on: May 12 2006 00:19 EDT
Threaded Messages (2)
- Checking printer out of paper from a web page by abhishek bhargava on May 12 2006 07:04 EDT
- Checking printer out of paper from a web page by Nestor Boscan on May 12 2006 22:25 EDT
-
Checking printer out of paper from a web page[ Go to top ]
- Posted by: abhishek bhargava
- Posted on: May 12 2006 07:04 EDT
- in response to Nestor Boscan
Try reading this:
http://java.sun.com/j2se/1.4.2/docs/guide/jps/index.html -
Checking printer out of paper from a web page[ Go to top ]
- Posted by: Nestor Boscan
- Posted on: May 12 2006 22:25 EDT
- in response to abhishek bhargava
Hi
The javax.print library does not offer a functionality to check a printer status. It only offers the functionality to check the printer job status.
Regards,
Néstor Boscán