大家好,請問有沒有有人用AppleScrip? 我上網找資料時發現好像沒有太多人用。
請問大家如果想寫一些程式來控制電腦會用什麼?是用powershell嗎?
回到正題,我正在用 AppleScript 把Word轉為PDF
tell application "Microsoft Word"
open file "Macintosh HD:Users:test.docx"
delay 1
tell active document
save as file format format PDF file name "/Users/test.pdf"
end tell
end tell
可以正常用幾次後,不知為何就出現error,再也用不了。
error "Microsoft Word got an error: active document doesn’t understand the “save as” message."
請問有人知道為什麼嗎?
謝謝