https://github.com/tossnet/blazor-pdfsharpcore
Example of a Blazor app to create PDF using PdfSharpCore library and MigradocCore in a Blazor server and Webassembly App
https://github.com/tossnet/blazor-pdfsharpcore
blazor blazor-server blazor-webassembly migradoc migradoccore pdf pdfsharp pdfsharpcore
Last synced: 10 months ago
JSON representation
Example of a Blazor app to create PDF using PdfSharpCore library and MigradocCore in a Blazor server and Webassembly App
- Host: GitHub
- URL: https://github.com/tossnet/blazor-pdfsharpcore
- Owner: tossnet
- License: mit
- Created: 2023-02-06T17:08:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T07:59:19.000Z (over 1 year ago)
- Last Synced: 2025-03-27T21:23:14.838Z (11 months ago)
- Topics: blazor, blazor-server, blazor-webassembly, migradoc, migradoccore, pdf, pdfsharp, pdfsharpcore
- Language: C#
- Homepage: https://tossnet.github.io/Blazor-PdfSharpCore/
- Size: 11.2 MB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Blazor (Server or Wasm) PDFSharpCode MigraDocCore
DEMO : https://tossnet.github.io/Blazor-PdfSharpCore/
Example of use of the [library PdfSharpCore](https://github.com/ststeiger/PdfSharpCore) with Blazor Server and Blazor Webassembly to create PDF docucments.
With Blazor Wasm, I included a .TTF font and loaded it via a service. I couldn't load this font from my CustomFontResolver class because in Wasm I am mono-thread.

