Convert MS Word to HTML
Convert MS Word to HTML
- Subject: Convert MS Word to HTML
- From: Mats-Olof Liljegren <email@hidden>
- Date: Wed, 12 Nov 2003 11:17:20 +0100
New on this list!
Short presentation:
Working as an system operator in a Swedish secondary upper school since
1997.
Managing about 150 Client Macintosh and 4 servers.
Using Lasso and MySQL on our webbserver.
Newbie in applescript (shame on me)
Problem:
Needs to make an applescript that takes a MS Word document from one
directory, open it and save it as HTML in a different location. Don't
now how to make this happen.
This is part of my code:
tell application "Finder"
launch
set this_file to open file (source_file as string) -- path to my word
file
end tell
tell application "Microsoft Word"
activate
PROBLEM -> save the last document as ? in path_to_result
quit
end tell
Regards
Mats-Olof Liljegren
-------------------------------------------------------
Mats-Olof Liljegren
System Operator - Medieprogrammet
Virginska skolan
Fabriksgatan 52
Box 311 80
SE-701 35 Vrebro
SWEDEN
Tel. 019-23 71 36
Mob. 070-314 57 96
mailto:email@hidden
-------------------------------------------------------
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.