Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

JS for Document fileinfo

Participant ,
May 23, 2011 May 23, 2011

Copy link to clipboard

Copied

Needed help for Javascript to add/modify the Author, Description in Document fileinfo..

Thanks in advance.

cheers

TOPICS
Scripting

Views

466
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Contributor , May 23, 2011 May 23, 2011

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

Votes

Translate
Contributor ,
May 23, 2011 May 23, 2011

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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
May 24, 2011 May 24, 2011

Copy link to clipboard

Copied

LATEST

Thank you!

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines