Mail merge Word or PDF files in C#. Fill in the Mail merge template with your personal data to automate mailings or generate reports using C#....fields = new string [] { }; var values = new object [] { }; var doc...doc.MailMerge.Execute(fields, values); doc.Save( "Output.docx" );...