0
我需要一個小小的applescript來打開密碼保護的pdf。如何使用applescript打開受密碼保護的PDF?
我不知道如何訪問密碼文本字段。
的代碼我有:
set elPdf to ("Path:to:my:file.pdf")
activate application "Preview"
tell application "Preview"
open elPdf
delay 1
tell application "System Events"
set value of text field 1 to "password"
keystroke return
end tell
end tell
AppleScript的是沒有找到文字/密碼字段,甚至當我添加「表1」和「窗口1」
如何我訪問帶有applescript的preview.app pdf的密碼字段?
跆拳道?你怎麼猜我的密碼? ;-)工作很好。現在我該如何防止預覽從我的pdf導出... – afg