Management option whit VB SCRIPT

Hi

I’m use PDF Creator version 2.5.3 on windows 7 professional.

When I run my script I get the error “Object required 424”

Example:

Dim Object
Set Object = CreateObject(“PDFCreator.clsPDFCreator”)

With Object

.cStart
.cOption("StandardTitle") = "TestTitle"
.cOption("SaveOption") = 1
.cClearCache

End With

Thanks for your help

Hi,

the COM-Interface was rewritten together with the rest of PDFCreator after version 1.7.3.
Please have a look at the docs for the current interface: http://docs.pdfforge.org/pdfcreator/latest/en/pdfcreator/com-interface/
The current interface will be compatible with future updates.

Best regards,

Robin