我正在尝试将 pdf 保存为文本。以下代码在我在 scripteditor 中运行时有效,但在我在 filemaker 中运行时无效(在将我的 applescripts 转换为在 filemaker 步骤中运行之前我从未遇到过问题)。
activate application "Adobe Reader"
tell application "System Events"
tell process "Adobe Reader"
click menu item "Text..." of menu 1 of menu item "Save As" of menu 1 of menu bar item "File" of menu bar 1
end tell
end tell