Our solution provides a powerful platform independent API. Use our Mail merge document API to develop high-level software for .NET and .NET Core platforms. This is a powerful software solution for merging templates in Word and PDF formats and data from custom data sources and further exporting the result to DOCX, PDF, HTML and other popular formats using C#.
With our product API, you can create personalized documents using the Mail merge DOCX template, data from a custom data sources and Mail merge feature in C#. Mail merge DOCX template is a document in DOCX format with merge fields – special fields where you want to insert personalized data from your data source.
The data source is a custom data store from which data is pulled during the Mail merge operation to be substituted into appropriate fields of DOCX template.
You can build reports based on Mail merge DOCX using the merge operation. Simply create an DOCX template with merge fields that can be used for report generation and select your data source. You can even generate reports from Excel data if you collect it there.
To try our Mail merge feature, load a DOCX template with merge fields and fill in these fields through our interface. After running the code, export the report in a convenient format generated using C#.
The following example shows how to perform a Mail merge operation in C#:
dotnet add package Aspose.Words
Copy
using Aspose.Words;
var fields = new string[]
{
};
var values = new object[]
{
};
var doc = new Document("Input.docx");
doc.MailMerge.Execute(fields, values);
doc.Save("Output.docx");
There are three alternative options to install "Aspose.Words for .NET" onto your system. Please choose one that resembles your needs and follow the step-by-step instructions:
Our product is fully cross-platform and supports all major .NET implementations:
As far as .NET code doesn't depend on the underlying hardware or operating system, but only on a Virtual Machine, you are free to develop any kind of software for Windows, macOS, Android, iOS and Linux. Just make sure you have installed the corresponding version of .NET Framework, .NET Core, Windows Azure, Mono or Xamarin.
We recommend using Microsoft Visual Studio, Xamarin, and MonoDevelop integrated development environments to create C#, F#, VB.NET applications.
Fore more details please refer to Product Documentation.
You can perform Mail merge operation for other file formats: