Error 53 File Not Found

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
XMGCX
Posts: 1
Joined: Thu May 01, 2008 10:37 am

Error 53 File Not Found

Post by XMGCX »

I am using a simple for\next loop in vb6 to print a series of jobs. The code sends these print jobs to the BullZip printer.

I am passing the output filename via the bullzip COM call to SetValue and surpressing all the dialogs it all works fine.

BUT if I try to output more than 30 or 40 pdf files in succession I start randomly getting 'Error 53 File Not Found- MAKE PDF' errors ?

I am not quite sure what file it is looking for and why it only does this after 30 or so print jobs in succession ?

I have tried putting in some sleep statement to make it hang around for half a second between each job but its still happening.

Any idea what is causing this problem ?

Kind Regards
Mark
Post Reply