Here’s the updated README including features for the Blazor PDF Generator:
Blazor PDF Generator is a Blazor Server and WebAssembly application designed to generate PDFs using PdfSharp and MigraDoc libraries. It demonstrates how to integrate these libraries to create dynamic PDFs with rich styling.
- Blazor Server and WebAssembly support.
- PDF generation using PdfSharp and MigraDoc.
- Customize document layout, fonts, images, tables, and more.
- Server-side processing for performance and scalability.
- Easy integration with Blazor's component model.
- Clone the repository:
git clone https://github.com/qmmughal/blazor-pdf-generator.git
- Open the project in Visual Studio and build the solution.
- Select either Blazor Server or WebAssembly project.
- Run the application to see the PDF generation feature in action.
- .NET 6 SDK
- Visual Studio 2022 or higher
This project is licensed under the MIT License.
This README now reflects the use of both Blazor Server and WebAssembly platforms within the project.