I am currently evaluating ASPOSE.Words to replace an editorial application which uses automation to replace fields in set of reports. This works fine with simple form fields, but some fields need to support rich text formatting, including tables. The process I am trying to use is as follows:
- Retrieve document template from database and load into Aspose document.
- Retrieve current values including rtf from the database.
- Replace form fields with current values and display to user.
In the third step, I am attempting to create a new Document based on the rtf, convert it to Word and then put it in the form field. The question is how to get the document in the form field. I only seem to be able to put Run elements in the form field, but then I lose all the formatting