PdfRpt.Core 1.5.12

dotnet add package PdfRpt.Core --version 1.5.12
NuGet\Install-Package PdfRpt.Core -Version 1.5.12
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PdfRpt.Core" Version="1.5.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PdfRpt.Core --version 1.5.12
#r "nuget: PdfRpt.Core, 1.5.12"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PdfRpt.Core as a Cake Addin
#addin nuget:?package=PdfRpt.Core&version=1.5.12

// Install PdfRpt.Core as a Cake Tool
#tool nuget:?package=PdfRpt.Core&version=1.5.12

PdfReport.Core

iTextSharp.LGPLv2.Core

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.

sample PDF report

Install via NuGet

To install PdfReport, run the following command in the Package Manager Console:

Nuget

PM> Install-Package PdfRpt.Core

You can also view the package page on NuGet.

Linux (and containers) support

The SkiaSharp library needs extra dependencies to work on Linux and containers. Please install the following NuGet packages:

PM> Install-Package SkiaSharp.NativeAssets.Linux.NoDependencies
PM> Install-Package HarfBuzzSharp.NativeAssets.Linux

You also need to modify your .csproj file to include some MSBuild directives that ensure the required files are in a good place. These extra steps are normally not required but seems to be some issues on how .NET loads them.

<Target Name="CopyFilesAfterPublish" AfterTargets="AfterPublish">
    <Copy SourceFiles="$(TargetDir)runtimes/linux-x64/native/libSkiaSharp.so" DestinationFolder="$([System.IO.Path]::GetFullPath('$(PublishDir)'))/bin/" />
    <Copy SourceFiles="$(TargetDir)runtimes/linux-x64/native/libHarfBuzzSharp.so" DestinationFolder="$([System.IO.Path]::GetFullPath('$(PublishDir)'))/bin/" />    
</Target>

Licenses

Library License
PdfReport.Core LGPLv2
iTextSharp.LGPLv2.Core LGPLv2 (It's not AGPL)
EPPlus.Core LGPLv2

Usage

Sample
How to use PdfRpt.Core library in an ASP.NET Core application?
How to create a report from a generic list?
How to add calculated fields to a PDF report?
How to use different data sources and then merge them together as a single report file?
How to manage and access PdfReport's events?
How to create a report from file system's images?
How to customize a report's header using HTML?
How to customize a report's cell template using HTML?
How to use data annotations to simplify defining column's properties?
How to create and add a new custom row between the available rows?
How to create an inline custom cell's template
How to create an in-memory PDF report for ASP.NET applications?
How to create a Mailing Labels report?
How to create master-detail reports from one-to-many relationships?
How to create multi-columns reports?
How to create reports with dynamically created columns?
How to disable printing on a PDF file?
More samples ...
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on PdfRpt.Core:

Package Downloads
OneServiceCommon

Package Description

Intapp.CRMSDK

This client library works with the Intapp CRM REST API to both DealCloud and One Place.

BSynchro.LebanonCrm.Core.Domain

Package Description

IGeneration.Export

This is My Created Library Project to take Easy Export To Excel And PDF from DataTable Type of Data. I Use Pdfrpt.Core Depedecies , Thanks to All Contribute for PdfRpt.Core Depedencies. I wish my Library can help you work and code. Regards, IGeneration | Learn To Be Better And Better |

RezisFramework

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on PdfRpt.Core:

Repository Stars
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
Version Downloads Last updated
1.5.12 377 2/28/2024
1.5.11 6,029 10/20/2023
1.5.10 324 10/9/2023
1.5.9 931 9/22/2023
1.5.8 159 9/18/2023
1.5.7 2,529 9/1/2023
1.5.6 5,088 6/3/2023
1.5.5 1,606 5/13/2023
1.5.4 1,626 5/11/2023
1.5.3 7,403 2/5/2023
1.5.2 1,780 1/3/2023
1.5.1 374 12/25/2022
1.5.0 4,912 12/18/2022
1.4.9 3,798 12/13/2022
1.4.8 349 12/12/2022
1.4.7 4,514 9/20/2022
1.4.6 18,046 9/15/2022
1.4.5 3,361 6/28/2022
1.4.4 41,173 4/20/2021
1.4.3 119,830 6/25/2020
1.4.2 13,869 2/17/2020
1.4.1 553 2/17/2020
1.4.0 14,004 10/30/2019
1.3.1 903 10/24/2019
1.3.0 1,039 9/19/2019
1.2.8 1,026 9/17/2019
1.2.7 46,040 3/9/2019
1.2.6 937 2/19/2019
1.2.5 13,555 1/17/2019
1.2.4 861 1/6/2019
1.2.3 4,699 11/16/2018
1.2.2 805 11/11/2018
1.2.1 3,611 9/16/2018
1.2.0 2,485 9/1/2018
1.1.6 7,647 6/1/2018
1.1.5 1,712 5/19/2018
1.1.4 15,418 12/22/2017
1.1.3 1,302 11/28/2017
1.1.2 9,176 10/23/2017
1.1.1 4,686 9/3/2017
1.1.0 1,159 9/2/2017
1.0.3 1,301 8/15/2017
1.0.2 3,334 5/12/2017
1.0.1 1,033 5/12/2017
1.0.0 6,139 11/20/2016