Search found 2 matches

by Keith.Bradshaw
Thu Feb 13 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Trouble with VBScript
Replies: 3
Views: 9274

Joan wrote:
Which version of the PDF Converter are you checking?

Is the pdf file test.pdf generated by our driver?

Joan
I'm using version 2.08c

No, the test.pdf was not generated by your driver. My primary intent is to use your tool to modify the PDF properties and linearize our in-house PDF archive.
by Keith.Bradshaw
Wed Feb 12 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Trouble with VBScript
Replies: 3
Views: 9274

Trouble with VBScript

I am evaluating PDF Converter Pro for use with Windows Scripting Host and VBScript and am having trouble with fhe following simple test case: Set pdfDoc = CreateObject("CDIntf.Document") pdfDoc.Open ("c:\scripts\test.pdf") pdfDoc.Linearized = True pdfDoc.Title = "Some Title&...