Writing an applescript to import text to text layer
Hi all
Is there an easy way to write an AppleScript that would do this:
From an open PS document.
1) Go to a specified txt document.
2) Copy the first line
3) Paste into new text layer
4) Change name of text layer to a specified value
5) Duplicate document and name with the text from layer
6) Save as
7) Go back to original document and repeat until reaching the end of the lines in the document.
There's a tutorial on youtube using Java and JSON, but I'd like to avoid Java if I can.
