Question
Create a group of all items with scripting
Is there anyway to create a group of all my pathItems and then move that group? Something like this.
var allPathItems = app.activeDocument.pathItems;
var myGroup = group add allPathItems
myGroup.left = 500
Obviously the above is not actual proper syntax but just an idea of what I want to do. So I can easily move everything on a layer into a certain area.
