Hi all,
Is it possible to add and modify the metadata in the PDF file(Acrobat DC)
Additional Metadata > Advanced > XMP Core Properties > to modify or add any property and value in the PDF using applescript?
set theFile to (choose file)
tell application id "com.adobe.Acrobat.Pro" -- Adobe Acrobat.app
open theFile
set info active doc key "Author" value "Vijay" -- change description to suit
close active doc saving yes
end tell
The above code update the meta data in the Description tab of Acrobat