BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Queries |
Details |
<<string_list>> outputs System.Collections.Generic.List`1[System.String] |
To merge the list of strings in the Word document using Mail merge functionality, we suggest you to set the MergeFields in template Word document and then execute mail merge using Execute(IEnumerable) API. |
<TableStart:string_list>><TableEnd:string_list>> no output |
To merge of list of string in particular group or table in the Word document, we suggest you to set the MergeFields inside the group and then execute mail merge using ExecuteGroup(MailMergeDataTable) API. In your scenario, there is no MergeFields inside the group (<TableStart:string_list>><TableEnd:string_list>>). So, while executing mail merge functionality using DocIO it doesn’t merge the data into the Word document. |