Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tossnet/Blazor-PDF
Generate ✏ PDF document 📑 with iTextSharp from a Blazor Server App
https://github.com/tossnet/Blazor-PDF
blazor blazor-pdf blazor-server itextsharp pdf pdf-document pdf-generation
Last synced: 3 months ago
JSON representation
Generate ✏ PDF document 📑 with iTextSharp from a Blazor Server App
- Host: GitHub
- URL: https://github.com/tossnet/Blazor-PDF
- Owner: tossnet
- Created: 2020-04-11T15:32:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T13:56:13.000Z (over 2 years ago)
- Last Synced: 2024-04-10T05:44:12.161Z (7 months ago)
- Topics: blazor, blazor-pdf, blazor-server, itextsharp, pdf, pdf-document, pdf-generation
- Language: C#
- Homepage:
- Size: 879 KB
- Stars: 81
- Watchers: 5
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazor - Blazor PDF - ![stars](https://img.shields.io/github/stars/tossnet/Blazor-PDF?style=flat-square&cacheSeconds=604800) ![last-commit](https://img.shields.io/github/last-commit/tossnet/Blazor-PDF?style=flat-square&cacheSeconds=86400) Generate de PDF document with iTextSharp from a Blazor Server App. (Libraries & Extensions / Tools & Utilities)
README
# Blazor-PDF
Generate de PDF document with iTextSharp from a Blazor Server AppI use the nuget https://www.nuget.org/packages/iTextSharp.LGPLv2.Core
iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core![name-of-you-image](https://github.com/tossnet/Blazor-PDF/blob/master/Blazor-PDF/Blazor-PDF/illustrations/home.PNG)
Here are the PDF files that are generated with this example:
- [text.pdf](https://github.com/tossnet/Blazor-PDF/blob/master/Blazor-PDF/Output/text.pdf)
- [bookmarks.pdf](https://github.com/tossnet/Blazor-PDF/blob/master/Blazor-PDF/Output/bookmarks.pdf)
- [images.pdf](https://github.com/tossnet/Blazor-PDF/blob/master/Blazor-PDF/Output/images.pdf)
- [tables.pdf](https://github.com/tossnet/Blazor-PDF/blob/master/Blazor-PDF/Output/tables.pdf)
- [fonts.pdf](https://github.com/tossnet/Blazor-PDF/blob/master/Blazor-PDF/Output/fonts.pdf)