Mobile app version of vmapp.org
Login or Join
Samaraweera207

: Can I modify text within Photoshop files programmatically? What I want to do is to be able to code a script which will change a text layer from a Photoshop file for another text in my script.

@Samaraweera207

Posted in: #AdobePhotoshop #PhotoshopScripting

What I want to do is to be able to code a script which will change a text layer from a Photoshop file for another text in my script.

Is there anyway this can be done? Is there any Photoshop API or something similar?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Samaraweera207

1 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer780

There's quite a lot you can do with custom scripting. There's a lot to learn and it's got kind of a steep learning curve at first because they have a lot of their own stuff, but it's pretty powerful and flexible.

Adobe's scripts are commonly written in Javascript but can also be written with ActionScript or VB.

Here's a list of resources to get you started:


Adobe's Official Documentation
Introduction PDF
UI Guide for building dialogs (It is written for inDesign but there's a lot of overlap)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme