https://github.com/tgothorp/mauisample.blazorpdf
https://github.com/tgothorp/mauisample.blazorpdf
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tgothorp/mauisample.blazorpdf
- Owner: tgothorp
- Created: 2025-03-23T08:15:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T08:22:22.000Z (about 1 year ago)
- Last Synced: 2025-03-23T09:24:11.293Z (about 1 year ago)
- Language: JavaScript
- Size: 569 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlazorPdf MAUI Hybrid Application
Demonstrates BlazorPdf working inside of a MAUI Blazor Hybrid application.
To get this to work in your project you will need to;
- Use [Gotho.BlazorPdf](https://www.nuget.org/packages/Gotho.BlazorPdf/1.0.2-alpha) version 1.0.2-alpha or greater
- Place this [pdf.worker.min.mjs](https://github.com/tgothorp/Gotho.BlazorPdf/blob/main/Gotho.BlazorPdf/wwwroot/pdf.worker.min.mjs) file in the top level of your project's wwwroot folder
- Set `UseProjectWorker="true"` when using the `PdfViewer` component