![]() |
VOOZH | about |
dotnet add package PdfRpt.Core --version 1.5.17
NuGet\Install-Package PdfRpt.Core -Version 1.5.17
<PackageReference Include="PdfRpt.Core" Version="1.5.17" />
<PackageVersion Include="PdfRpt.Core" Version="1.5.17" />Directory.Packages.props
<PackageReference Include="PdfRpt.Core" />Project file
paket add PdfRpt.Core --version 1.5.17
#r "nuget: PdfRpt.Core, 1.5.17"
#:package PdfRpt.Core@1.5.17
#addin nuget:?package=PdfRpt.Core&version=1.5.17Install as a Cake Addin
#tool nuget:?package=PdfRpt.Core&version=1.5.17Install as a Cake Tool
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.
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>
| Library | License |
|---|---|
| PdfReport.Core | LGPLv2 |
| iTextSharp.LGPLv2.Core | LGPLv2 (It's not AGPL) |
| EPPlus.Core | LGPLv2 |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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 |
Showing the top 2 popular GitHub repositories that depend on PdfRpt.Core:
| Repository | Stars |
|---|---|
|
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
|
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.17 | 17,643 | 11/16/2025 |
| 1.5.16 | 34,047 | 7/7/2025 |
| 1.5.15 | 24,761 | 12/6/2024 |
| 1.5.14 | 3,782 | 9/27/2024 |
| 1.5.13 | 33,779 | 5/17/2024 |
| 1.5.12 | 12,727 | 2/28/2024 |
| 1.5.11 | 45,081 | 10/20/2023 |
| 1.5.10 | 1,959 | 10/9/2023 |
| 1.5.9 | 3,619 | 9/22/2023 |
| 1.5.8 | 1,718 | 9/18/2023 |
| 1.5.7 | 4,726 | 9/1/2023 |
| 1.5.6 | 9,135 | 6/3/2023 |
| 1.5.5 | 4,321 | 5/13/2023 |
| 1.5.4 | 4,295 | 5/11/2023 |
| 1.5.3 | 15,290 | 2/5/2023 |
| 1.5.2 | 4,458 | 1/3/2023 |
| 1.5.1 | 2,000 | 12/25/2022 |
| 1.5.0 | 6,750 | 12/18/2022 |
| 1.4.9 | 5,494 | 12/13/2022 |
| 1.4.8 | 1,960 | 12/12/2022 |