The printer has a print queue where are documents prepared for printing that were sent to the printer from a few computers.
I'd like to write a code in Python
that runs on the server and checks for printer events. Especially when the document has finished successfully printing, I'd like to catch this event and get information about the document
- document name
- number of pages
- format (A4, A3, etc.)
- was it colorful or black and white
- time of finish printing
Could you help me bounce off?
I already studied this question but I can't figure out what I need from it.
from Catch events from printer in Windows
No comments:
Post a Comment