Blazor Document Editor Example - Mail Merge Functionality
This example demonstrates the mail merge operation in DocumentEditor. Use the "Merge Document" toolbar button to perform the mail merge operation.
- ProductName
- ShipName
- CustomerId
- Quantity
- UnitPrice
- Discount
- ShipAddress
- ShipCity
- ShipCountry
- OrderId
- OrderDate
Information
Mail merge feature in the DocumentEditor.
- Fields can be inserted using API.
- Document generated is mail merged by Syncfusion DocIO on the server-side.
- Merged document is opened in the DocumentEditor.
More information about the document editor features can be found in this documentation section.