Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T07:59:19.000Z (5 months ago)
- Last Synced: 2024-09-16T09:26:09.299Z (5 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: 20
- 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.
![order](https://github.com/tossnet/Blazor-PdfSharpCore/assets/3845786/5c88db77-2764-4b21-9b9f-5046c2372ce1)
![sharppdf](https://user-images.githubusercontent.com/3845786/218074655-4afd9d7b-0d93-466d-acd7-9f80c7571d7b.gif)