iT邦幫忙

0

用 AppleScript 把Word轉為PDF

  • 分享至 

  • xImage

大家好,請問有沒有有人用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."

請問有人知道為什麼嗎?/images/emoticon/emoticon02.gif

謝謝

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

0
海綿寶寶
iT邦大神 1 級 ‧ 2020-06-04 22:27:04

我不知道為什麼
這裡有人跟您做一樣的事情
而寫的 AppleScript 稍有不同
提供您參考

我要發表回答

立即登入回答