JOB_STATUS_PRINTED notification
Posted: Wed Jun 25, 2008 9:42 pm
I'm printing to the BullZip PDF Printer from an application I'm working on, and I'm interested in knowing when the PDF file has been generated (and the print job finished). I'm able to do this with Adobe PDF by using several API functions (FindFirstPrinterChangeNotification(...), FindNextPrinterChangeNotification(...), ...). I know that the printing job has completed when I get back a JOB_STATUS_PRINTED notification, but when I use the BullZip PDF Printer, I never get this notification, I only get JOB_STATUS_DELETING and JOB_STATUS_DELETED.
Do you know why I never receive the JOB_STATUS_PRINTED notification?
Thanks.
Do you know why I never receive the JOB_STATUS_PRINTED notification?
Thanks.