Quantcast
Channel: Adobe Community : Discussion List - Illustrator Scripting
Viewing all articles
Browse latest Browse all 3671

Add Metadata in Illustrator

$
0
0

Hi All,

 

We need to add metadata to illustrator files.

 

Grab information from .csv and store it as variables like as below.

 

var _docTitle = "AAAAAA";

var _author = "Mr.XXX";

var _descrip = "CCCCC";

 

Try my best by using xmpFile, but not succeed.

 

My requirement is as like as below screenshot

test.png

 

In Photoshop (this should be straight forwarded):

app.activeDocument.info.caption= "bb"; 

app.activeDocument.info.captionWriter= "cc"; 

app.activeDocument.info.headline= "dd"; 

app.activeDocument.info.instructions= "ee"; 

 

Kindly help for the above request.

 

Thanks in Advance


Viewing all articles
Browse latest Browse all 3671


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>