Word Document

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
zavatta
Posts: 2
Joined: Wed Oct 02 2002
Contact:

Word Document

Post by zavatta »

Hi
i have a Developer Version of convertor
i tried this example

Dim cdi As New CDIntf.CDIntf
cdi.DriverInit( "Amyuni PDF Converter" );
cdi.SetDefaultPrinter ' Printer needs to be set as default
cdi.FileNameOptions = 1 ' NoPrompt, file name generated from Document
name
cdi.DefaultDirectory = "c:\temp"
cdi.BatchConvert "c:\temp\*.doc" ' convert all .doc files to PDF
Set cdi = Nothing

but it didn't work. The *.doc means word document ?
I tried to use DefaultfileName with c:\temp\prova.doc and the result was the same but with c:\temp\prova.txt was ok
why?

Thanks
Post Reply