I am new to Photoshop. I have a Photoshop template with 3 text layers.
How to create a batch job for:
- creating .psd files by image name (each line has a unique name in CSV file) with Photoshop ?
- Then I want to replace three text layers with my text in CSV
- Finally I want to import jpeg images (that is in a folder) in each newly created .psd file. Each .psd file and image names in JPEG should matches.
Below is the example of my CSV file:
psdfile1, Image1, textlayer1, text layer2, text layerA psdfile2, Image2, textlayer1, text layer2, text layerB psdfile3, Image3, textlayer1, text layer2, text layerC psdfile4, Image4, textlayer1, text layer2, text layerD psdfile5, Image5, textlayer1, text layer2, text layerE How can I create such a batch job, creating .psd files by image name (each line has a unique name in CSV file) usung Photoshop?