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: 5 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T13:56:13.000Z (about 3 years ago)
- Last Synced: 2024-11-16T00:45:52.683Z (5 months ago)
- Topics: blazor, blazor-pdf, blazor-server, itextsharp, pdf, pdf-document, pdf-generation
- Language: C#
- Homepage:
- Size: 879 KB
- Stars: 85
- Watchers: 5
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazor - Blazor PDF -   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
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)