Save as PDF File for Microsoft Word
Save as PDF File for Microsoft Word
- Subject: Save as PDF File for Microsoft Word
- From: Thomas Maffucci <email@hidden>
- Date: Thu, 05 Mar 2009 02:03:28 -0500
- Thread-topic: Save as PDF File for Microsoft Word
>It looks as if it may finally be possible to save Microsoft word files
>as PDF files without complicated UI instructions. The following
>script does not work, however all the language is accepted by Word.
>Can anyone help me complete the task?
>tell application "Microsoft Word"
> set product to make new document
> set myText to "Hello, I love you, could you tell me your name?"
> insert text myText at the end of text object of active document
> save product as "test3.pdf" in format PDF
>end tell
The this save works for me
save as product file name "test3" file format format PDF
_______________________________________________
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