I use an if-then condition in a template. To handle case sensitive, I have converted data in upper case
Problem:
- If there is no space before or after comparison operator, Aspose.Words does not evaluate the condition correctly. In addition, only the part up to the space is output.
How can I programmatically add the space before and after comparison operator?
- After adding MailMerge.CleanupOptions I unable to get data of doc.Range.Fields
How can I get doc.Range.Fields data after adding MailMerge.CleanupOptions?