I need to provide a solution where my users can choose from letter templates and have them filled with database information, and then edit them, save them, or print them if they need to. I would like to provide a library of letter templates to my users in rtf or whatever format they need to be in in order to accomplish my goal, with the following added features:
1. I need all the letters to print and save with 1" margins
2. I need to be able to insert an image at the top of the letters. It can be restricted to a certain size, but ideally the image would go in to the background and the text would be printed over it.
3. Ineed to be able to save the letters locally as rtf, or doc, or pdf files.
4. I need to be able to print them right from the browser editing window.
The majority of these letters will not need to be edited, but I must provide my users the option to edit them if they want to. Essentially, I am trying to provide an online tool for producing a set of business letters.
Will RadEditor accomplish this? If so, can someone explain how exactly? i have been using devexpress's controls for some time, but it looks like their editor cannot accomplish what I need. I have also been looking at richercontrols' textbox, but I cannot get straight information on the margins issue.