View Single Post
 
Old 02-19-2009, 02:10 PM
DaveB DaveB is offline
Novice
 
Join Date: Feb 2009
Posts: 1
DaveB is on a distinguished road
Default 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?
Reply With Quote