PdfReport.Core is a code first reporting engine, which is built on top of the iTextSharp.LGPLv2.Core and EPPlus.Core libraries.
PdfReport.Core supports wide range of the data sources from dynamic lists to in memory strongly typed lists without needing the database. It saves your time from searching and learning a lot of tips and tricks of iTextSharp and EPPlus libraries. It's designed to be compatible with RTL languages.
To install PdfReport, run the following command in the Package Manager Console:
PM> Install-Package PdfRpt.Core
You can also view the package page on NuGet.
Library | License |
---|---|
PdfReport.Core | LGPLv2 |
iTextSharp.LGPLv2.Core | LGPLv2 (It's not AGPL) |
EPPlus.Core | LGPLv2 |
The project used to be hosted in CodePlex and has since been migrated here.
To run this project on Linux, you will need to install libgdiplus
too:
sudo apt-get update
sudo apt-get install libgdiplus