Results 1 to 5 of 5
Thread: Apple script
-
10-12-2012, 01:56 AM #1
- Member Since
- Oct 12, 2012
- Posts
- 4
Apple script
Hi,
How to convert the doc file in docx through apple script programming.
Thanx
Anima
-
10-12-2012, 09:53 AM #2
Any particular reason you want to do this? doc files should open fine in Word 2010/2011.
Important Links: Community Guidelines : Use the reputation system if you've been helped.
M-F Blog :: Write for the blog
Writing a Quality Post
-
10-13-2012, 02:30 AM #3
- Member Since
- Oct 12, 2012
- Posts
- 4
I want to open the doc file and save as docx file.
-
10-13-2012, 09:49 AM #4
But why?
Regardless, take a look here. There's a section on opening files and saving them in different formats.Important Links: Community Guidelines : Use the reputation system if you've been helped.
M-F Blog :: Write for the blog
Writing a Quality Post
-
10-17-2012, 03:10 AM #5
- Member Since
- Oct 12, 2012
- Posts
- 4
I have written the following code ;
set mydoc to "/Users/hcl/Desktop/Sample.doc"
tell application "Microsoft Word"
activate
open mydoc
save as active document file format format document file name "Sample_new.docx"
close active document
end tell
But it not converting the doc to docx without compatibility. I want to save as the doc file into docx. Please help.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
apple script
By castor in forum Switcher HangoutReplies: 0Last Post: 11-20-2011, 12:56 PM -
help with apple script
By sootom in forum macOS - Operating SystemReplies: 0Last Post: 11-08-2011, 04:03 PM -
Apple Script
By cmwarre in forum macOS - Development and DarwinReplies: 1Last Post: 11-14-2009, 06:54 PM -
Is apple script what I need?
By davedave in forum macOS - Apps and GamesReplies: 0Last Post: 03-11-2009, 03:11 AM -
syncing ratings between AAC and Apple Lossless iTunes libraries using Apple Script
By nick_harambee in forum iPod Hardware and AccessoriesReplies: 0Last Post: 10-05-2007, 03:09 PM