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…...ReplaceTagsInWordDoc(Document doc, Dictionary<string, object> tags) { FindReplaceOptions...IReplacingCallback { private readonly Dictionary<string, object> _tags; public...