Hi all,
Currently I'm working on simple Mail-Merge module.
What I need is to load plain *.RTF template, then replace all words enclosed in [[field]] tags and at the end - print them out.
I found iText library which is free and capable of loading/saving pdfs and rtf. I managed to load rtf, merge a few copies to one huge doc but I have no idea how to replace [[field]] by custom data like customer name/address.
Is that feature present, and if yes - how to do it?
Thanks in advance
Tomasz
EDIT: solution platform is c#/.NET