How can I install the PDF Converter ...

This is a read only forum. It contains the most frequently asked questions about Amyuni products and licensing.
Post Reply
Dany
Amyuni Team
Posts: 113
Joined: Wed Sep 11 2002
Location: Montreal.
Contact:

How can I install the PDF Converter ...

Post by Dany »

on Terminal Server and specify the output pdf file to be created in the ‘My Documents’ folder of each client?

To be able to successfully use the PDF Converter under windows Terminal Server, the driver will need to be installed by a user with "administrator" privileges using windows "Add Printer" method. Using this method the driver is accessible to all users who login in to the server.

If you wish to send the PDF file generated by the PDF Converter to the logged in user's "My Documents" folder you can add that path to the DefaultFileName() function. Here is a snippet of code to illustrate the process. (<USERNAME> should be replaced by a valid system username)

objPDF.DefaultDirectory = "C:\Documents and Settings\<USERNAME>\My Documents"
objPDF.DefaultFileName = "C:\Documents and Settings\<USERNAME>\My Documents\test.pdf"
Post Reply