This Blazor Server application uses the Word Processing Document API to generate multiple business letters based on a template. Users can download these letters in PDF format or send them via e-mail.
To run the application, you need to install or restore the following NuGet packages:
• DevExpress.Document.Processor - Contains the DevExpress Office File API components.• DevExpress.Blazor - Contains the DevExpress Blazor UI components.
• MailKit - An open source .NET library used to send e-mail messages.
Files to look at:
• SampleData.cs• Index.razor