NReco.PdfRenderer
1.0.3
See the version list below for details.
dotnet add package NReco.PdfRenderer --version 1.0.3
NuGet\Install-Package NReco.PdfRenderer -Version 1.0.3
<PackageReference Include="NReco.PdfRenderer" Version="1.0.3" />
paket add NReco.PdfRenderer --version 1.0.3
#r "nuget: NReco.PdfRenderer, 1.0.3"
// Install NReco.PdfRenderer as a Cake Addin
#addin nuget:?package=NReco.PdfRenderer&version=1.0.3
// Install NReco.PdfRenderer as a Cake Tool
#tool nuget:?package=NReco.PdfRenderer&version=1.0.3
PdfRenderer converts PDF to images (png, jpg, tiff) from C#/.NET (wrapper for poppler tools). Component can render PDF pages to image for preview/thumbnail with custom resolution; useful for viewing PDFs without installed PDF viewer.
Poppler tool (pdftoppm) binaries are extracted on first use (.NET Framework build only) - you don't need to deploy them separately.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- No dependencies.
-
.NETStandard 1.5
- CoreCompat.System.Drawing (>= 1.0.0-beta006)
- NETStandard.Library (>= 1.6.0)
- System.Diagnostics.Process (>= 4.1.0)
- System.Reflection (>= 4.1.0)
- System.Reflection.Primitives (>= 4.0.1)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
- System.Security.Cryptography.Cng (>= 4.2.0)
- System.Threading.Thread (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.1 | 18,886 | 9/21/2022 |
1.5.0 | 14,272 | 7/16/2022 |
1.4.1 | 79,833 | 10/13/2021 |
1.4.0 | 9,460 | 7/25/2021 |
1.3.1 | 47,315 | 8/24/2020 |
1.3.0 | 23,152 | 5/22/2020 |
1.2.3 | 1,594 | 4/27/2020 |
1.2.2 | 91,976 | 8/25/2018 |
1.2.0 | 7,763 | 8/16/2018 |
1.1.2 | 27,203 | 4/11/2018 |
1.1.1 | 6,091 | 11/28/2017 |
1.1.0 | 1,610 | 11/7/2017 |
1.0.3 | 19,487 | 6/18/2017 |
1.0.1 | 7,500 | 1/6/2017 |
PDF renderer online demo, usage examples: https://www.nrecosite.com/pdf_to_image_renderer_net.aspx
Note: without a license key PdfRenderer works in TRIAL MODE (with some limitations / trial notices). For non-Windows platforms poppler tools should be installed separately.