Hi,
We are currently evaluating Aspose.Words for our application. I was wondering if you could suggest the easiest way for us to migrate given the following scenario.
Currently our application generates documents in HTML. We have HTML templates with our own mail merge fields which use the square brackets ([]) to identify. e.g. [MailMergeField1]. Then we build a new document by copying the HTML template and replacing all the mail merge fields giving a final HTML document. Our mail merge fields may result in the addition of a single word through to an entire block of formatted HTML.
Ideally we would like to be able to continue using these HTML templates in the short term. So it would be a case of finding the mail merge field and replacing it with HTML (I couldn't quite work out how to do that using the API). The options to find didn't seem to include a text string and the insert HTML seemed to imply that it would be inserted prior to the paragraph start - whereas we need to add text within the paragraph.
Any comments would be appreciated.
Dale