Placing icml and get reference
Im placing an ICML file in script and then unlinking the file.
I would like to manipulate the content of the placedItem after insert, but placedItem is always undefined.
var fileToPlace = File.openDialog("Select ICML file to place", "*.icml");
var placedItem = app.activeDocument.place(fileToPlace);
app.activeDocument.links.itemByName(fileToPlace.name).unlink();
How do i manage to place content and then get an reference of the placed
