Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Blazor-PDF
Generate de PDF document with iTextSharp from a Blazor Server App

I 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)