MerrionComputing / PrintQueueWatch

Microsoft Reciprocal License
10 stars 9 forks source link

Do not print a document until the internal validation process returns ok in an external API #9

Open RicardoSharp opened 3 years ago

RicardoSharp commented 3 years ago

How do I keep a document submitted to the printer until I validate it in my API? My API returning OK, I had allowed the document to fall into the spooler.

MerrionComputing commented 1 year ago

You would have to pause the document then only un-pause it if the document is validated. Ideally do this from an application running on the print server itself rather than on the client machines.