Question
js access to placedItems
My script needs to get the names of the placedItems in the AI document. I can go 'window->link' in AI and see that there are 3 placed items, and their names. However, in js, app.activeDocument.placedItems.length is always 0. That doesn't seem right.