Example of Sales Invoice in ASP.NET Core Word (DocIO) Library
This sample demonstrates the generation of sales invoice from an input Word template using Mail Merge functionality of Essential Word (DocIO) library.
DEMO
SOURCE
DocIO allows you to create, read, manipulate, and render Word documents. With the mail merge support, you can create a batch of personalized document or report very easily and fast.
- You can design reports 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.
- You can create advanced reports by dynamically repeating a region of the document and by nesting mail merge region inside each other to populate hierarchical data.
More information about the Mail Merge functionality can be found in this
Documentation
section.