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!
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!