Search found 2 matches

by tollens
Wed Jul 02, 2008 6:41 pm
Forum: Programming
Topic: JOB_STATUS_PRINTED notification
Replies: 1
Views: 10724

JOB_STATUS_PRINTED

Actually, a JOB_STATUS_COMPLETE is returned, (though on other pdf printers I believe this may mean only that the job has been sent to the queue and not necessarily that the pdf file is generated). With this notification, and a check to see if the job id is still in the printer queue, I resolved my p...
by tollens
Wed Jun 25, 2008 9:42 pm
Forum: Programming
Topic: JOB_STATUS_PRINTED notification
Replies: 1
Views: 10724

JOB_STATUS_PRINTED notification

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(...), FindNextPrinterChan...