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