C
Curmudgeon
I am writing a proc to print a series of mpp's to pdf
programmatically. It's not clear to me how to specify the pdf printer
driver (presumably using FilePrintSetup?) and then how to print to a
specified path and filename (would this use FilePrint? If so, how do I
pass in the path info?).
I'm away from my workstation til Monday and don't recall what my pdf
driver is - do I use the statement
FilePrintSetup "[name of pdf driver as in Windows print dialog]:"
or is there a different way to specify the pdf driver?
Any hints would be appreciated.
Thanks
programmatically. It's not clear to me how to specify the pdf printer
driver (presumably using FilePrintSetup?) and then how to print to a
specified path and filename (would this use FilePrint? If so, how do I
pass in the path info?).
I'm away from my workstation til Monday and don't recall what my pdf
driver is - do I use the statement
FilePrintSetup "[name of pdf driver as in Windows print dialog]:"
or is there a different way to specify the pdf driver?
Any hints would be appreciated.
Thanks