Missing Links
i'm trying find way links , link statuses in adobe illustrator. doesn't seem @ similar indesign dom i'm hoping has done similar thing before.
what i'd able check whether file has missing link. have been able trace "placeditem" inherently "pageitem". possible find link status? been going through dom half hour , still can't find it.
app.documents[0].placeditems[0] <--- how link status?
thanks!
folder = folder.selectdialog();
files = folder.getfiles("*.ai");
for(var = 0; i<files.length; i++){
var mydoc = app.open(files[i]);
if(mydoc.placeditems.length>0){dostuff()};
mydoc.close();
}
that's best come now. whether or not particular placed item linked or not have no way confirm... gets me close enough workflow. nice if links had status.
More discussions in Illustrator Scripting
adobe
Comments
Post a Comment