Automating text layer import across a directory of PSDs
Hi everyone. First time posting here and looking to get more into scripting as a way to simplify repetitive tasks.
I found a very helpful script on these forums at How to import a list of words to separated text layers? which can import text to a single, active PSD from a single txt document, and essentially, I'm looking for a way to expand this to import text from a txt file with a predictable delimiter to an entire directory of PSDs. For example:
If the text document contains:
Page 1
Text Here
More Text Here
Page 2
Even more text here
And the PSD directory contains:
1.psd
2.psd
I would want the script to insert individual text layers in 1.psd containing "Text Here" and "More Text Here", and "Even more text here" into 2.psd, and so on. Does this sound plausible?
Thank you for any input you can provide!
