我正在使用 Applescript 创建一个 Droplet,它基本上会在 Photoshop CS6 中打开该文件,然后对其进行处理。
到目前为止,我无法通过打开文件位。有人可以确定此代码有什么问题吗:
on open {the_PDFs}
set myFilePath to the_PDFs
tell application "Adobe Photoshop CS6"
open myFilePath as PDF with options {class:PDF open options, mode:RGB, resolution:300, page:x, constrain proportions:false}
end tell
end open
我不断收到错误消息“无法获取别名”Macintosh HD:Users:MyName:Desktop:myFile.pdf”