VbScript to Print a .pdf
I'm trying to print a .pdf file using the .printout method. I've been able to call the .pdf printer using this method and it will allow me to select the directory and filename so long as I set the print to file attribute to false. It appears to work when I specify a filename and set the print to file attribute to true. However, it looks to have a default directory location which I haven't been able to locate. Is there a way to specify the desired directory path prior to calling this method?
|