{"id":31282312,"url":"https://github.com/syncfusion/document-sdk-blazor-demos","last_synced_at":"2026-05-17T17:05:33.921Z","repository":{"id":312218961,"uuid":"1045468646","full_name":"syncfusion/document-sdk-blazor-demos","owner":"syncfusion","description":"Explore the Syncfusion Blazor demos featuring our advanced PDF, Word, Excel, and PowerPoint document processing libraries. ","archived":false,"fork":false,"pushed_at":"2025-09-02T09:28:01.000Z","size":48072,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-17T21:33:51.194Z","etag":null,"topics":["blazor","document-processing","excel","pdf","powerpoint","word"],"latest_commit_sha":null,"homepage":"https://www.syncfusion.com/document-sdk","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syncfusion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-27T08:12:00.000Z","updated_at":"2025-09-11T13:51:15.000Z","dependencies_parsed_at":"2025-08-29T10:06:25.217Z","dependency_job_id":null,"html_url":"https://github.com/syncfusion/document-sdk-blazor-demos","commit_stats":null,"previous_names":["syncfusion/document-sdk-blazor-demos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/syncfusion/document-sdk-blazor-demos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncfusion%2Fdocument-sdk-blazor-demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncfusion%2Fdocument-sdk-blazor-demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncfusion%2Fdocument-sdk-blazor-demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncfusion%2Fdocument-sdk-blazor-demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syncfusion","download_url":"https://codeload.github.com/syncfusion/document-sdk-blazor-demos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncfusion%2Fdocument-sdk-blazor-demos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276689013,"owners_count":25686611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-24T02:00:09.776Z","response_time":97,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blazor","document-processing","excel","pdf","powerpoint","word"],"created_at":"2025-09-24T03:54:11.327Z","updated_at":"2026-05-17T17:05:33.900Z","avatar_url":"https://github.com/syncfusion.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Syncfusion® Document SDK Blazor samples   \n\nThis 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.\n\nThis section guides you to use the Syncfusion Blazor samples in your applications.\n\n* [Requirements to run the demo](#requirements-to-run-the-demo)\n* [How to run the demo](#how-to-run-the-demo)\n* [Blazor Documentation](https://blazor.syncfusion.com/documentation/)\n* [License](#license)\n* [Support and feedback](#support-and-feedback)\n\n## Requirements to run the demo\n\n* [System requirements](https://blazor.syncfusion.com/documentation/system-requirements/)\n\n* [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)\n\n* Nodejs Version : [10.24.* or above](https://nodejs.org/download/release/v8.1.0/)\n\n## How to run the demo\n\nClone 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.\n* `Blazor-Server-Demos` folder has solution and project files to run Blazor server demos.\n* `Blazor-WASM-Demos` folder has solution and project files to run Blazor WebAssembly demos.\n* 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.\n\n### Run the demo using .NET CLI\n\n* Open the command prompt from the demo's directory.\n* Run the demo using the following command.\n   \n   To run .NET 8 Blazor Server Demos project\n   \u003e `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET8.csproj`\n\n   To run .NET 9 Blazor Server Demos project\n   \u003e `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET9.csproj`\n\n   To run .NET 8 Blazor WASM Demos project\n   \u003e `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET8.csproj`\n\n   To run .NET 9 Blazor WASM Demos project\n   \u003e `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET9.csproj`\n\n### Run the demo using Visual Studio\n\n* Open the solution file using Visual Studio.\n* Press `Ctrl + F5` to run the demo.\n\n### Run the demo using Visual Studio code\n\n* Open the Visual Studio code from the demos directory where the project file is present.\n\n    \u003e 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.\n\n* Press `Ctrl + F5` to run the demo.\n\n\n## Documentation\n\n* [Word (DocIO)](https://help.syncfusion.com/file-formats/docio/create-word-document-in-blazor)\n* [PDF](https://help.syncfusion.com/file-formats/pdf/create-pdf-document-in-blazor)\n* [PowerPoint (Presentation)](https://help.syncfusion.com/file-formats/presentation/create-read-edit-powerpoint-files-in-blazor)\n* [Excel (XlsIO)](https://help.syncfusion.com/file-formats/xlsio/create-read-edit-excel-files-in-blazor-c-sharp)\n            \n\n## License\n\nSyncfusion 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.\n\nTo 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.\n\nCustomers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.\n\nYou 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.\n\nThe Syncfusion license that contains the terms and conditions can be found at\n[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf)\n\n## Support and feedback\n\n* 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\u0026utm_medium=listing\u0026utm_campaign=blazor-samples).\n\n* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github\u0026utm_medium=listing\u0026utm_campaign=blazor-samples) or contact our sales team at \u003csalessupport@syncfusion.com\u003e.\n\n* Don't see what you need? Please request it in our [feedback portal](https://www.syncfusion.com/feedback/blazor-components).\n\n## See also\n\n* [Blazor Documentation](https://blazor.syncfusion.com/documentation/introduction)\n* [Blazor Components](https://www.syncfusion.com/blazor-components)\n* [Blazor Live Demos - Server](https://blazor.syncfusion.com/demos/)\n* [Blazor Live Demos - WebAssembly](https://blazor.syncfusion.com/wasm/demos/)\n* [Blazor Live Demos - Web app(InteractiveMode Auto) demos](https://blazor.syncfusion.com/webapp/demos/)\n* [Blazor Playground](https://blazorplayground.syncfusion.com/)\n* [Blazor Smart/AI Samples](https://github.com/syncfusion/smart-ai-samples) \n\u003cp\u003eCopyright © 2001-2026 Syncfusion, Inc. Updated on 2026-04-22 at precisely 07:56:51 EST.\u003c/p\u003e ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusion%2Fdocument-sdk-blazor-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyncfusion%2Fdocument-sdk-blazor-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusion%2Fdocument-sdk-blazor-demos/lists"}