I want convert a folder full of word document files to PDF files. I want to call the pdfcreator in commandline to do this I use vb script. The vbscript loop thru the folder and get the doc files and convert the same . What is the commnad line syntax for the same. I tried the following, but does not work.
pdfcreator.exe /IF"C:\test.doc" /OF"C:\test.pdf"
In the help document it is gvien only for PS file. That said, it llooks pdfcreator will convert only ps document to pdf in commndline code.
Any help is appreciated.
Regards
Ramki