Search found 1 match

by neuDev33
Fri Apr 28, 2017 3:57 pm
Forum: Photoshop Scripting - General Discussion
Topic: Can I create ArtBoards via scripting in PS?
Replies: 1
Views: 5365

Can I create ArtBoards via scripting in PS?

Can I create ArtBoards in PS programmatically?

When I inspect an Artboard in the ExtendScript Toolkit, I see that it is a LayerSet. I know how to add LayerSets to a document via ExtendScript(app.activeDocument.layerSets.add()), but I'm not sure how to convert this to an ArtBoard.

Any ideas?