Build a merge template with ApplicationField objects and generate a finished document from JSON data.
C#
MailMergeJsonLesson.csServerTextControl API
using System.Globalization; using TXTextControl; using TXTextControl.DocumentServer;
using var textControl = new ServerTextControl(); textControl.Create(); CreateMailMergeSample(textControl); const string jsonData = JsonSamples.CustomerInvoice;