Answered
Selections to Artboards ?
Is there any script that can take a selection or multiple selections and make artboards from those selections and so the artboards fit perfectly to the selection ?
Is there any script that can take a selection or multiple selections and make artboards from those selections and so the artboards fit perfectly to the selection ?
try this
for (var a=0; a<selection.length; a++) app.activeDocument.artboards.add(selection.geometricBounds);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.