Skip to main content
Participant
August 26, 2021
Question

Photoshop Scripting Using Artboards

  • August 26, 2021
  • 1 reply
  • 1120 views

I am trying to edit multiple different text layers on multiple artboards in the same document. How do I select the text that I want to change within the different artboards?

 

Using Javascript to write the script. Any help is appreciated, thank you!

This topic has been closed for replies.

1 reply

Stephen Marsh
Community Expert
Community Expert
August 26, 2021

Artboards are a type of LayerSet, however, I believe that an advanced scripter will need to comment as this will take knowledge of AM code as this is not covered by the basic/default DOM code. There will be some way to differentiate a LayerSet from an Artboard...

 

EDIT:

[Q] Is there way to check if the LayerSet is ArtBoard without selecting?