So I have a photoshop template I've created. It's a phone number that needs to be replaced, and exported as a transparent PNG. I've already formatted it's position, font, color, etc, all of which will not change. (only the number will change). I'm trying to find, or create, a script which will automate most of this for me as I have over 200 documents that I need to create.
I'd like to either have a dialog box pop up to ask the phone number, as well as what to save the finished document as(with transparency), OR run a batch process which will create all the files based on a spreadsheet I've created something like:
1-888-888-8888 | "Michigan_101648356.png"
1-999-999-9999 | "Colorado_498443562.png"
etc.
Is there either a script already created I can use/modify, or is there a way to do this at all?