|
1 | | -<!-- default badges list --> |
2 | | - |
3 | | -[](https://supportcenter.devexpress.com/ticket/details/T937121) |
4 | | -[](https://docs.devexpress.com/GeneralInformation/403183) |
5 | | -<!-- default badges end --> |
6 | | -<!-- default file list --> |
7 | | -*Files to look at*: |
8 | | - |
9 | | -* [SampleData.cs](./CS/BlazorApp_WordProcessing/Data/SampleData.cs) |
10 | | - |
11 | | -* [Index.razor](./CS/BlazorApp_WordProcessing/Pages/Index.razor) |
12 | | -<!-- default file list end --> |
13 | | - |
14 | | -# Word Processing Document API – How to Generate and Send Business Letters within Your Blazor Server Apps |
15 | | - |
16 | | -This Blazor Server application uses the [Word Processing Document API](https://docs.devexpress.com/OfficeFileAPI/17488/word-processing-document-api?p=netstandard) to generate multiple business letters based on a template. Users can download these letters in PDF format or send them via e-mail. |
17 | | - |
18 | | - |
19 | | - |
20 | | -To run the application, you need to install or restore the following NuGet packages: |
21 | | - |
22 | | -* [DevExpress.Document.Processor](https://nuget.devexpress.com/packages/DevExpress.Document.Processor/) - Contains the DevExpress Office File API components. |
23 | | - |
24 | | -* [DevExpress.Blazor](https://nuget.devexpress.com/packages/DevExpress.Blazor/) - Contains the DevExpress Blazor UI components. |
25 | | - |
26 | | -* [MailKit](https://www.nuget.org/packages/MailKit/) - An open source .NET library used to send e-mail messages. |
| 1 | +<!-- default badges list --> |
| 2 | + |
| 3 | +[](https://supportcenter.devexpress.com/ticket/details/T937121) |
| 4 | +[](https://docs.devexpress.com/GeneralInformation/403183) |
| 5 | +<!-- default badges end --> |
| 6 | +<!-- default file list --> |
| 7 | +*Files to look at*: |
| 8 | + |
| 9 | +* [SampleData.cs](./CS/BlazorApp_WordProcessing/Data/SampleData.cs) |
| 10 | + |
| 11 | +* [Index.razor](./CS/BlazorApp_WordProcessing/Pages/Index.razor) |
| 12 | +<!-- default file list end --> |
| 13 | + |
| 14 | +# Word Processing Document API – How to Generate and Send Business Letters within Your Blazor Server Apps |
| 15 | + |
| 16 | +This Blazor Server application uses the [Word Processing Document API](https://docs.devexpress.com/OfficeFileAPI/17488/word-processing-document-api?p=netstandard) to generate multiple business letters based on a template. Users can download these letters in PDF format or send them via e-mail. |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | +To run the application, you need to install or restore the following NuGet packages: |
| 21 | + |
| 22 | +* [DevExpress.Document.Processor](https://nuget.devexpress.com/packages/DevExpress.Document.Processor/) - Contains the DevExpress Office File API components. |
| 23 | + |
| 24 | +* [DevExpress.Blazor](https://nuget.devexpress.com/packages/DevExpress.Blazor/) - Contains the DevExpress Blazor UI components. |
| 25 | + |
| 26 | +* [MailKit](https://www.nuget.org/packages/MailKit/) - An open source .NET library used to send e-mail messages. |
0 commit comments