turning on print preview via vbscript

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
ddnwolff
Posts: 7
Joined: Thu Nov 21 2002
Location: Des Moines, Ia

turning on print preview via vbscript

Post by ddnwolff »

I need to turn on print preview enterprise wide, aprox 3000 computers. Is there a way to turn this on remotly or at logon via a script?

Thanks for the input

Ddnwolff
Dan Wolff
Associate Technical Analyst
Dan.D.Wolff@EMCIns.com
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

I didn't really get what you want to do, please provide more details.

Thanks.
ddnwolff
Posts: 7
Joined: Thu Nov 21 2002
Location: Des Moines, Ia

Print Preview

Post by ddnwolff »

I want to be able to turn on the print preview option in the print driver via script. Since I need to do it on aprox 3,000 computers. We are currently setting other print driver options via script and I was hoping this would be one as well. I looked througt the documentation that I have but couldn't find anthing that pertained to that.

Code: Select all

set pdf = CreateObject("cdintfex.cdintfex")

pdf.driverinit("Amyuni PDF Converter")

pdf.resolution = 150
pdf.jpegcompression = true

pdf.defaultdirectory = "c:\documents and settings\all users\desktop"
'pdf.fontembedding = true
pdf.filenameoptionsex = 266240
pdf.setdefaultconfig()
Let me know if you have any additional questions or insight into our problem.

Thanks

DDNWolff
Post Reply