activate application "Adobe Reader"
tell application "System Events"
tell process "Adobe Reader"
set currentFile to active Document
end tell
end tell
But I couldn’t get active document name, I tried this code by already with opened document. I don’t even find any dictionary for adobe reader in script Editor. Any suggestions will be much appreciated
I believe you need to get the development kit from Adobe. It used to be that they required C++, but it may be possible to use something like ExtendScript these days.