Copy link to clipboard
Copied
Needed help for Javascript to add/modify the Author, Description in Document fileinfo..
Thanks in advance.
cheers
Hi
You can read/write in those properties.
app.documents[0].metadataPreferences. author
app.documents[0].metadataPreferences. description
I had done in this way => https://gist.github.com/943747
thanks.
mg
Copy link to clipboard
Copied
Hi
You can read/write in those properties.
app.documents[0].metadataPreferences. author
app.documents[0].metadataPreferences. description
I had done in this way => https://gist.github.com/943747
thanks.
mg
Copy link to clipboard
Copied
Thank you!