I have PDFs coming out of a prepress workflow (ApogeeX). The name of the originating document (eg: “81450 Woodruff March 05”) is in the Description:Title field of the document properties. This is also the name that shows in the title bar of the window. However, the name of the file itself is something like “preflightoutput-821441044”.
If I do:
tell application “Acrobat 6.0.2 Professional”
set theTitle to the name of document 1
display dialog theTitle
end tell
I get the file name, not the title of the window as indicated in Acrobat’s dictionary.
I would like to be able to save the document naming it with the title from document properties rather than the obtuse file name, but can’t figure out how to grab it.
Any ideas?
Thanks,
T.