Copy link to clipboard
Copied
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!
We can use ExternalObject to read XMP Metadata.
you can read as reference below link
https://github.com/ten-A/Extend_Script_experimentals/blob/master/XMPtool.jsx
Copy link to clipboard
Copied
We can use ExternalObject to read XMP Metadata.
you can read as reference below link
https://github.com/ten-A/Extend_Script_experimentals/blob/master/XMPtool.jsx
Copy link to clipboard
Copied
Thank you very much!
How to convert the XMPMeta all infomation to a xml object?
Copy link to clipboard
Copied
Easier way to retreave metadata, to open target file from script and search metadata using Regular Expression.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now