The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hello, I only want to save the document. But I do not want to save and view. This is because if the user does not have Word installed on their system, I simply want to save the document.
If your requirement is to only save the document means, we suggest you
to remove the viewing code from the helper files (SaveWindows.cs,
SaveAndroid.cs,
SaveIOS.cs)
of the above sample application. We have modified the above sample application
by commented the viewing code and attached below for your reference.