Search found 7 matches

by ddnwolff
Tue Aug 10 2010
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: preview the document
Replies: 1
Views: 10820

preview the document

We setup the printer driver automatically using a vbs script. When we moved from version 2.5 to version 4.0 suite the preview the document option isn't gettig set anymore. Any ideas why that wouldn't work anymore? Thanks Dan Const PostProcessing = 2429072 ' post process file using specified applicat...
by ddnwolff
Thu Sep 07 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: corrupt pdf being created
Replies: 3
Views: 7218

We have installed version 2.51b on a couple of our biggest problem areas and have had different problems. One problem is that the pdf file is a really small blank page. The only way to even see the whole page is to zoom to 6500%. And the other is that the font in the created pdf was enlarged so much...
by ddnwolff
Thu Aug 10 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: corrupt pdf being created
Replies: 3
Views: 7218

corrupt pdf being created

We have the following product - Amyuni pdf converter with a corp site license. We are having an issue with a small number of users, that some of the pdf's that they create show up as blank pages. It seems that most if not all of them are created when they are bing printed from inside of our email cl...
by ddnwolff
Wed May 18 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: turning on print preview via vbscript
Replies: 2
Views: 4611

Print Preview

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...
by ddnwolff
Tue May 17 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: turning on print preview via vbscript
Replies: 2
Views: 4611

turning on print preview via vbscript

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
by ddnwolff
Tue May 03 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: setting up via vbs
Replies: 1
Views: 4558

setting up via vbs

I am using the following code to set-up AMYUNI. set pdf = CreateObject("cdintf.cdintf") pdf.pdfdriverinit("Amyuni PDF Converter") pdf.driverinit("Amyuni PDF Converter") pdf.resolution = 150 pdf.jpegcompression = true pdf.defaultdirectory = "c:\documents and setting...
by ddnwolff
Thu Nov 21 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: setting default options with a vbscript
Replies: 1
Views: 6669

setting default options with a vbscript

Is their a way to set printing preferences such as resolution, default document folder, and font embedding options with an installation script? We would like to do a silent install with certain options set.

Thanks in advance for your help


Dan Wolff