Forum Moderators: open
Right now I am opening the template, adding the image and text to the editable reigons, then saving the file. Seems like there should be some sort of way I could automate this, but I don't know how.
Put the data in a database or csv file....and then? Any ideas?
Are you looking for something specific to DW? I am not familiar with that product at all.
But, if it were me, I would take a page created from the unchanged template and move it to a *nix environment. Then, I would create a delimited file with the items that replace the 4 "tokens" and a fifth item that was the target filename and run them both through an awk script or something that would write out the template into the "filename" file replacing the "tokens" with the appropriate data.
There may be similar utilities for Windows, but I have always had a Linux machine nearby so I do not know what they would be.
Steven Hill