How I can get information from printer about count of copy pages, who's
print pages etc. I want monitoring printers and save that information to
file log. Maybe printer has any events to do that ?
Thank's for all.
Loading
How I can get information from printer about count of copy pages, who's
print pages etc. I want monitoring printers and save that information to
file log. Maybe printer has any events to do that ?
Thank's for all.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tahir AnsariPosted Oct 29, 2023, 1:51 PM
In this example, we subscribe to the
JobAddedevent of each print queue to log information about print jobs as they are added to the queue. You can also subscribe to other print job events likeJobCompleted,JobPrinted, etc., to capture additional information as needed.