Hello,
I am evaluating the Editor control for possible use. I would like to know if this scenario can be accomplished using it.
1. There will be some RTF files on the web server, the files would contain tags or merge fields for a database merge. These RTF files would serve as templates. Admin users could edit the content using the RichTextBox and save the changed RTF file to the same folder.
2. Other users would fill out a form, the form data is stored in a database.
3. The form data is merged with the RTF template and the resulting new RTF file is stored in a new folder on the web server that is specific to the user.
4. The RTF from step 3 is converted to a PDF in the same folder.
If possible, steps 3 and 4 would be done programitically and the process would be invisible to the user. In other words the user does not need to open the document in the Editor choose a location, and save. They simply fill out the form in step 2, click a button, and steps 3 and 4 are performed.
Thank you very much,
Randy