I've got an unusual task I am hoping I can do in PhotoLine.
Let's suppose I have a PLD document that contains a text layer. The text layer looks like this:
Outside of PhotoLine, I have a .CSV file that has entries like this:Congratulations {{Name}}! You have been a PhotoLine {{Role}} for {{NumYears}} Years!
What I would like to do is to produce one new Page in the document for each row in the .CSV file, that has the variables {{Name}}, {{Role}}, {{NumYears}} replaced with the values in the .CSV.Name,Role,NumYears
Martin,developer,28
Gerhard,developer,27
maho,user,21
Is there some way of doing this?
This type of functionality is commonly seen on various online label makers (eg https://www.avery.com/).
Any help greatly appreciated!