Hello,
I'm trying to write a VBScript that reads a folder with a bunch of PDF files, and prints them as PDF's in another folder. I was able to get this done using the following:
objShell.ShellExecute myPDF, "", "", "print", 1
The only problem with this is it uses Distiller and opens up a save dialogue box for me to specify where to save. I need this to be automated for all the files toward a specific folder that I specify in the code. Any ideas?
Thanks.
I'm trying to write a VBScript that reads a folder with a bunch of PDF files, and prints them as PDF's in another folder. I was able to get this done using the following:
objShell.ShellExecute myPDF, "", "", "print", 1
The only problem with this is it uses Distiller and opens up a save dialogue box for me to specify where to save. I need this to be automated for all the files toward a specific folder that I specify in the code. Any ideas?
Thanks.