Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create Excel, PDF, PowerPoint and Word documents in Blazor using Syncfusion® File-Format products

This repository contains examples to create a PDF, Excel, Word, and PowerPoint files in Blazor applications using Syncfusion® File-Format libraries, without using any Microsoft Office Interop and Adobe dependencies.
This repository contains examples to create a PDF, Excel, Word, and PowerPoint files in Blazor applications using Syncfusion® File-Format libraries, without using any Microsoft Office Interop and Adobe dependencies. It demonstrates how developers can generate rich, professional-grade documents entirely on the server side or within client-side Blazor apps, making it ideal for modern web applications that require document automation without relying on external software installations. The Syncfusion libraries offer a lightweight, high-performance API surface for working with popular file formats, enabling tasks such as creating invoices in PDF, generating reports in Excel, building dynamic Word documents, or assembling presentation slides in PowerPoint-all directly from C# code. These examples are especially useful for scenarios like exporting user data, generating downloadable content, or automating business workflows. Since the implementation avoids Office Interop and Adobe dependencies, it ensures compatibility across platforms and simplifies deployment to cloud environments. The samples also illustrate how to integrate file generation into Blazor components, trigger downloads, and customize content dynamically based on user input or backend data. Whether you're building internal dashboards, client portals, or reporting tools, this repository provides a clean starting point for document generation in Blazor using Syncfusion's robust and dependency-free file format libraries.

## Prerequisites

Expand Down