Example of Letter Format in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to generate a letter using Mail merge functionality of Essential Word (DocIO) library.
DEMO
SOURCE
With the mail merge support of DocIO, you can create a batch of personalized document or report very easily and fast.
- You can design templates in Microsoft Word and allow DocIO to populate documents with data from various data sources such as business objects, ADO.NET objects, arrays, XML, dynamic objects, and relational objects.
- Simple text, numeric data and image from data sources can be populated in Word documents using mail merge.
More information about the Mail merge can be found in this
Documentation
section.