Hello,
We have a file that Contains token syntax, and during Word file generation, we insert the token name (e.g., <<LONGDATEM01>>) as per the predefined format. After this, we replaCe the token name with 25 blank spaCe…...Document doc = new Document(@"C:\Temp\in.docx"); FindReplaceOptions...1>>", "$0", opt); doc.Save(@"C:\Temp\out.docx"); doc1.docx (11...