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

How to get a XMPString, if do not open the file?

Participant ,
Apr 07, 2016 Apr 07, 2016

If open a file by illustrator ,we can get the xmp infomation,

like this:

    doc=app.activeDocument;

    var xmlString = new XML(doc.XMPString);

Can I get a XMPString by JS, and do not open the file?

Thanks much!

TOPICS
Scripting
821
Translate
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

Adobe
Community Expert ,
Apr 07, 2016 Apr 07, 2016
Translate
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 ,
Apr 07, 2016 Apr 07, 2016

Thank you very much!

How to convert the XMPMeta all infomation to a xml object?

Translate
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
Community Expert ,
Apr 07, 2016 Apr 07, 2016
LATEST

Easier way to retreave metadata, to open target file from script and search metadata using Regular Expression.

Translate
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