如何使用"打开参数"打开PDF? (使用Applescript在Mac上使用页面,高亮,有名等)?
"打开参数"这里描述: http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf
在该文件中,他们说:
在Mac OS中,您可以在打开PDF文档时使用参数 Apple活动。
我试过了:
tell application "Adobe Acrobat Pro"
open file "[device:folder:file]" options "highlight = 10, 100, 10, 100"
end tell
......但这不起作用。该文件打开,但没有突出显示和控制台显示'缺少值'。