Hello Team ,
We are replacing tag in word template , we have require if tag present in single line and value is empty , we need to remove line , to avoid blank line in completed doc .
using below code to replace tag
p…...Groups[1].Value; if (_tags.TryGetValue(tagName...args) { string key = args.Match.Groups[1].Value; string value = mTags...