An open API service indexing awesome lists of open source software.

https://github.com/syncfusion/document-sdk-blazor-demos

Explore the Syncfusion Blazor demos featuring our advanced PDF, Word, Excel, and PowerPoint document processing libraries.
https://github.com/syncfusion/document-sdk-blazor-demos

blazor document-processing excel pdf powerpoint word

Last synced: 3 months ago
JSON representation

Explore the Syncfusion Blazor demos featuring our advanced PDF, Word, Excel, and PowerPoint document processing libraries.

Awesome Lists containing this project

README

          

# Syncfusion® Document SDK Blazor samples

This repository contains the demos of [Syncfusion Document SDK for Blazor](https://www.syncfusion.com/document-processing). This is the best place to check our document processing libraries to get more insight about the usage of APIs. The Document SDK includes comprehensive file format libraries for creating, manipulating, and converting various document formats, including PDF, Word, Excel, and PowerPoint.

This section guides you to use the Syncfusion Blazor samples in your applications.

* [Requirements to run the demo](#requirements-to-run-the-demo)
* [How to run the demo](#how-to-run-the-demo)
* [Blazor Documentation](https://blazor.syncfusion.com/documentation/)
* [License](#license)
* [Support and feedback](#support-and-feedback)

## Requirements to run the demo

* [System requirements](https://blazor.syncfusion.com/documentation/system-requirements/)

* [NET 8 WebAssembly Workload / NET 9 WebAssembly Workload](https://learn.microsoft.com/en-us/aspnet/core/blazor/webassembly-build-tools-and-aot?view=aspnetcore-8.0#net-webassembly-build-tools)

* Nodejs Version : [10.24.* or above](https://nodejs.org/download/release/v8.1.0/)

## How to run the demo

Clone the repository [Download the samples ZIP](../../archive/master.zip). This repository contains Blazor Server demos, Blazor WASM demos, Blazor Web App demos and Blazor MAUI demos project and solution files for .NET 8 and .NET 9. This repository has Common, Blazor Server Demos, Blazor WASM Demos and Blazor Web App demos folders.
* `Blazor-Server-Demos` folder has solution and project files to run Blazor server demos.
* `Blazor-WASM-Demos` folder has solution and project files to run Blazor WebAssembly demos.
* The Common folder contains all the common files (i.e., samples, static web assets, resources) which are applicable for Blazor Server demos, Blazor WASM demos.

### Run the demo using .NET CLI

* Open the command prompt from the demo's directory.
* Run the demo using the following command.

To run .NET 8 Blazor Server Demos project
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET8.csproj`

To run .NET 9 Blazor Server Demos project
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET9.csproj`

To run .NET 8 Blazor WASM Demos project
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET8.csproj`

To run .NET 9 Blazor WASM Demos project
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET9.csproj`

### Run the demo using Visual Studio

* Open the solution file using Visual Studio.
* Press `Ctrl + F5` to run the demo.

### Run the demo using Visual Studio code

* Open the Visual Studio code from the demos directory where the project file is present.

> Ensure the [C# for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) extension is installed in your Visual Studio code before running the Blazor demos.

* Press `Ctrl + F5` to run the demo.

## Documentation

* [Word (DocIO)](https://help.syncfusion.com/file-formats/docio/create-word-document-in-blazor)
* [PDF](https://help.syncfusion.com/file-formats/pdf/create-pdf-document-in-blazor)
* [PowerPoint (Presentation)](https://help.syncfusion.com/file-formats/presentation/create-read-edit-powerpoint-files-in-blazor)
* [Excel (XlsIO)](https://help.syncfusion.com/file-formats/xlsio/create-read-edit-excel-files-in-blazor-c-sharp)

## License

Syncfusion Blazor samples is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.

To be qualified for the Syncfusion Community License Program, you must have gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.

Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.

You may not use this product without first purchasing a Community License or a Commercial License, as well as agreeing to and complying with Syncfusion's license terms and conditions.

The Syncfusion license that contains the terms and conditions can be found at
[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf)

## Support and feedback

* For any other queries, reach the [Syncfusion support team](https://support.syncfusion.com/) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=blazor-samples).

* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=blazor-samples) or contact our sales team at .

* Don't see what you need? Please request it in our [feedback portal](https://www.syncfusion.com/feedback/blazor-components).

## See also

* [Blazor Documentation](https://blazor.syncfusion.com/documentation/introduction)
* [Blazor Components](https://www.syncfusion.com/blazor-components)
* [Blazor Live Demos - Server](https://blazor.syncfusion.com/demos/)
* [Blazor Live Demos - WebAssembly](https://blazor.syncfusion.com/wasm/demos/)
* [Blazor Live Demos - Web app(InteractiveMode Auto) demos](https://blazor.syncfusion.com/webapp/demos/)
* [Blazor Playground](https://blazorplayground.syncfusion.com/)
* [Blazor Smart/AI Samples](https://github.com/syncfusion/smart-ai-samples)