Intercept Printing in WindowsXP

  • Thread starter Thread starter Victor Reboucas
  • Start date Start date
V

Victor Reboucas

Hi, I'm trying to implement a routine to intercept "print jobs" using
windowsXP.

My goal is to retreive the "user requested print settings" (B/W, number of
pages, number of copies, etc) and send it to a bussiness object that will
send back true/false to my routine. Using this return value I should allow
or deny the current print job.

Is there any way of doing this?

thanks for any clue,
Regards,
Victor
 
If this can help somebody...

it's all about APIs and Drivers programming to deal with the print spooler.


regards,
Victor
 
Back
Top