Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #102635 > unrolled thread

Handling Print Events

Started byMalik Brahimi <mbrahimi02@gmail.com>
First post2016-02-07 15:45 -0500
Last post2016-02-07 15:45 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Handling Print Events Malik Brahimi <mbrahimi02@gmail.com> - 2016-02-07 15:45 -0500

#102635 — Handling Print Events

FromMalik Brahimi <mbrahimi02@gmail.com>
Date2016-02-07 15:45 -0500
SubjectHandling Print Events
Message-ID<mailman.78.1454878676.2317.python-list@python.org>
Hello guys,

So basically, a print job (.SPL file) is generated during local spooling as
soon as a document is requested to print. I do NOT want to handle this
event.

I want to trigger a callback function as soon as a print job reaches a
print server regardless of whether it begins to immediately print there or
not. Essentially, even on a high volume network, I want to catch the even
in which the print job reaches the print server, not the event in which the
print job is initially created.

Is there anyway to do that with Python? I would also like to get the JobId
of said print job as this event is caught.

http://stackoverflow.com/questions/35228080/print-servers-and-triggering-callbacks
http://stackoverflow.com/questions/34519642/received-print-job-python

Thanks,

Malik

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web