A simple script that worked in Acrobat 6 no longer works in Acrobat 7. It chokes on the “print pages” command. I found an unanswered query in the forum archives from another user who had this problem. The script is as follows:
tell application "Adobe Acrobat 7.0 Pro#A13F2"
activate
tell document 1
print pages
close
end tell
end tell
The AppleScript dictionary entry is identical in versions 6 and 7, so this must be a bug? Has anyone else experienced this? Is there any other method to script the printing of PDFs in Acrobat 7?
Many thanks,
–Stephen