Photoshop Scripts for Text Layers (Javascript)
HI Everyone,
I am trying to write a script for photoshop which carries out the below procedures:
1. opens a template psd file with below code:
var fileRef = new File("z:\psd.psd")
var docRef = app.open (fileRef)
2. There is a text layer named "text1", i would like to a
a. change the text value to "100" currently its showing as "50"
b. change the font to verdana from times new roman
c. change font colour to hex #000000 from hex #ffffff
d. duplicate the layer ie "text2"
e. make the original layer "text1" not visible.
Could someone script this for me?
Sorry for the basics i am still trying to learn the code.
Thanks so much.
