Re: Saving Microsoft Word as PDF
Re: Saving Microsoft Word as PDF
- Subject: Re: Saving Microsoft Word as PDF
- From: Peter Baxter <email@hidden>
- Date: Thu, 05 Mar 2009 11:24:04 +1100
Thanks Joe,
I'll have to start sleeping at night and working during the day. Too
easy.
On 05/03/2009, at 10:48 AM, Joe wrote:
At 8:23 AM +1100 3/5/09, Peter Baxter wrote:
How do I specify the save location as well as save as PDF?
Specify the path in the file name.
set filname to (path to desktop folder as string) & "myfile.pdf"
tell application "Microsoft Word"
save as active document file name filname file format format PDF
end tell
Joe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden