Strange behavior

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
adcteex
Posts: 3
Joined: Fri Oct 07 2005

Strange behavior

Post by adcteex »

I downloaded the demo version of PDF Converter. Using ASP.NET and CDINTFEX. When I run on my development machine everything works. When I run on the web server nothing happens – no errors and no output.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Have you installed all the needed dlls and the printer driver on the server?

Please provide mre information like which version of the PDF Converter you are using, what is your application trying to do, ect..

Thanks.
adcteex
Posts: 3
Joined: Fri Oct 07 2005

Update

Post by adcteex »

Initially it was a permissions problem and we gave permissions to Anonymous and Authenticated to no avail. With no other errors it was a mystery.

However, I did discover that the Default printer was NOT being set to the Amyuni printer as the code implied it shoud so all my documents were going to the default printer. Manually setting the Amyuni printer as the default solved the problem.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Were you calling SetDefaultPrinter() of CDIntfEx to set the printer as default or where you using a Windows API?
adcteex
Posts: 3
Joined: Fri Oct 07 2005

Default printer

Post by adcteex »

SetDefaultPrinter() of CDIntfEx
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

SetDefaultPrinter is supposed to set the printer as default.
Post Reply