R
Roger Morris
I want to print several folders of Word docs (hundreds) as pdf docs, one
word doc to one pdf doc.
To start I thought to try just one and add repeat loop(s) later.
But Word doesn't understand even this very simple applescript!
Can anyone tell me how to make it work please?
tell application "Microsoft Word"
print out active document output file name "xx.pdf" with print to file
end tell
at an even more basic level, the line
print out active document
does create a print
(I could work from a vba example/hint if that is available)
Working with MacOS 11.4.2 and M'soft Office 11.1
word doc to one pdf doc.
To start I thought to try just one and add repeat loop(s) later.
But Word doesn't understand even this very simple applescript!
Can anyone tell me how to make it work please?
tell application "Microsoft Word"
print out active document output file name "xx.pdf" with print to file
end tell
at an even more basic level, the line
print out active document
does create a print
(I could work from a vba example/hint if that is available)
Working with MacOS 11.4.2 and M'soft Office 11.1