
I have one customer with one workstation that is exhibiting the following behavior:
1. Open a text document
2. Print to our application's print driver
3. Our application receives the appropriate driver events without problems, including DOCUMENTEVENT_STARTPAGE and DOCUMENTEVENT_ENDPAGE, ending up with DOCUMENTEVENT_ENDDOCPOST.
4. The PDF file is never created
We call SetDefaultFileName to specify the output name, and we do have the UseFileName option specified via SetFileNameOptions.
We call EnablePrinter immediately after calling SetDefaultFileName, and initiate the print job immedately after the call to EnablePrinter.
Any ideas on what could be causing the PDF to not be generated at all?
I've already confirmed that I can create a file with the specified name by hand - so it's not something odd with file sysetm permissions...
Thanks in advance,
- Kevin