Hi all!
I am trying to export all artboards into different png for each dataset. But I don't know how to make the script loop through all datasets.
I am trying:
docRef.dataSets[j]; |
Also
docRef.dataSets.index[j]; |
But nothing works. Also getting the name and doing:
docRef.dataSets.getbyname[j]; |
I am getting the methods from this two sites:
http://cssdk.s3-website-us-east-1.amazonaws.com/sdk/1.0/docs/WebHelp/references/csawlib/co m/adobe/illustrator/DataSet.htmlI am getting the methods in
com.adobe.illustrator.DataSets
But I really don't know how to go on, nothing works for me.
Any help?
Xtract