Hey guys,
I'm trying to find a simple script that selects all items in a document withouth using a dialog window. Is there a simple selection javascript to select all objects on an active document, and not just on the current spread or page?
Saw this given as an answer in another post for current page selections only:
app.select(app.activeDocument.pages.item(0).allPageItems);
Thanks in advance!