Citrix problem

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
Chiel
Posts: 2
Joined: Mon Jan 17 2005

Citrix problem

Post by Chiel »

I have a amyuni pdf printer installed version 2.10 on a citrix server (Windows 2003). I have a weird programming problem with the printer driver.
when the printer is used with default terminal server 2003 (Administrator mode) I can change the settings of the printer driver with the ocx CDIntfEx (Common Driver Interface Control).
When the same code is running on the citrix session it uses the default settings from the printer and not the setting from the code
Are some king off security settings wich needs to be set so that the printer works correctly?

I'm using the following code:
objComDriverInterface.DriverInit('Amyuni PDF Suite');
objComDriverInterface.EnablePrinter('XXX', SERIAL);
objComDriverInterface.SetDefaultPrinter;
objComDriverInterface.DefaultFileName := 'C:\temp\output.pdf'
objComDriverInterface.FileNameOptions := 3;
//DO SOME PRINTING HERE
objComDriverInterface.DriverEnd;
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

You need to have a Per User Settings version of the PDF Printer.

For more information please send us your Licensee name and Activation Code to support@amyuni.com so we can check if these are for a per user settings version.

Thanks.
Chiel
Posts: 2
Joined: Mon Jan 17 2005

Thanx

Post by Chiel »

Thanx for the info
Post Reply