hello pnkdoshi,
Please share. I have the same problem trying to print from a service. I have tried changing settings@ ... for the user that is running the service, I have tried global@ ..., that don't woik either. I'm now going to try default@ but I'm not very hopeful.
Search found 3 matches
- Mon Jun 08, 2009 4:32 pm
- Forum: General
- Topic: No Output after printing
- Replies: 3
- Views: 13551
- Mon Jun 08, 2009 4:16 pm
- Forum: Programming
- Topic: Windows Service
- Replies: 2
- Views: 14029
Re: Windows Service
I have just posted a similar issue myself. It's still awaiting approval by a moderator, but I am using the PDF Printer from a service. It appears to be working fine except for the very first time it tries to interact with the desktop no matter how much I tell it to "Shut Up" ;-) I'm using ...
- Mon Jun 08, 2009 4:13 pm
- Forum: Programming
- Topic: Printing from a Windows Service
- Replies: 0
- Views: 11801
Printing from a Windows Service
I've created a Windows Service using VB6, and I am using it to produce PDF documents through BullZip This is the relevant VB Code that is executed: '--- First create the Printer Settings Object - depending on whether they have the BullZip or bioPDF object installed: On Error Resume Next Err.Clear Se...