It used to work fine but now I'm getting this error when I run the printer from the application.
I get this message from Bullzip PDF Printer 7.1.0.1195:
An error occurred.
Error 5: Invalid procedure call or argument
Source: GUI
Internal hist: Extract document properties such as title and author
And here's my global.ini:
[PDF Printer]
DisableOptionDialog=yes
Output=C:\ProgramData\ProgramX\Test.pdf
ShowSaveAS = never
ShowSettings = never
ShowPDF = no
ShowProgress = no
ShowProgressFinished = no
ConfirmOverwrite = no
Error 5
Moderator: jr
Re: Error 5
I no longer see the error message. But I'm still wondering what might have caused it.
Is anyone familiar with what that error message means?
My guessing it's from this line of code:
axWebBrowser.ExecWB(Print, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DONTPROMPTUSER, ref o, ref o);
Our application was running from a remote desktop connection to a Windows Server 2008 R2 server.
Is anyone familiar with what that error message means?
My guessing it's from this line of code:
axWebBrowser.ExecWB(Print, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DONTPROMPTUSER, ref o, ref o);
Our application was running from a remote desktop connection to a Windows Server 2008 R2 server.
Re: Error 5
Error 5 is usually some kind of permission problem.
Regards,
Jacob
Regards,
Jacob