Word 文書を単一ファイル Web ページ (.mht) 形式で保存するスクリプトを作成しようとしています。私は実際の「保存」コマンドを書くところまで来て、そこで立ち往生しています。これは私がやろうとしていることです:
# the_file is a variable which has been set here
tell application "Microsoft Word"
activate
open the_file
save the_file as [type]
end tell
開いた部分は問題なく動作します。しかし、セーブタイプに何を入れたらいいのかわからない。おそらくもっと重要なのは、利用可能なタイプのリストがどこにあるのかわかりません。誰でも助けることができますか?
編集: コメント投稿者が単語辞書を提案しました。私はそこで以下を見つけましたが、それを解釈する方法がわかりません [私は AS の初心者です]。
[file format format document97/format document97/format template97/format template97/format text/format text line breaks/format dostext/format dostext line breaks/format rtf/format Unicode text/format Unicode text/format HTML/format web archive/format stationery/format xml/format document/format documentME/format template/format templateME/format PDF/format flat document/format flat documentME/format flat template/format flat templateME/format custom dictionary/format exclude dictionary/format documentAuto/format templateAuto] : The format in which the document is saved.