Answered
Script for deleting objects on pasteboard
Anyone have a script that deletes all objects and text outside the page (or margins)?
Anyone have a script that deletes all objects and text outside the page (or margins)?
var objs = app.documents[0].pageItems.everyItem().getElements();
while(obj=objs.pop()){
if(obj.parent instanceof Spread){obj.remove()}
}
Harbs
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.