NReco.PdfRenderer
1.6.0
Prefix Reserved
dotnet add package NReco.PdfRenderer --version 1.6.0
NuGet\Install-Package NReco.PdfRenderer -Version 1.6.0
<PackageReference Include="NReco.PdfRenderer" Version="1.6.0" />
paket add NReco.PdfRenderer --version 1.6.0
#r "nuget: NReco.PdfRenderer, 1.6.0"
// Install NReco.PdfRenderer as a Cake Addin #addin nuget:?package=NReco.PdfRenderer&version=1.6.0 // Install NReco.PdfRenderer as a Cake Tool #tool nuget:?package=NReco.PdfRenderer&version=1.6.0
PdfRenderer converts PDF to images (png, jpg, tiff) or text 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, pdfinfo, pdfimages, pdftotext) binaries are extracted on first use and you don't need to deploy them separately (only for Windows x64 env).
Product | Versions 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 | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. 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. |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.7.3)
- System.Security.Cryptography.Cng (>= 4.4.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.6.0 | 1,106 | 10/8/2024 |
1.5.4 | 3,417 | 7/23/2024 |
1.5.3 | 30,587 | 11/18/2023 |
1.5.2 | 4,702 | 10/16/2023 |
1.5.1 | 102,032 | 9/21/2022 |
1.5.0 | 20,346 | 7/16/2022 |
1.4.1 | 102,927 | 10/13/2021 |
1.4.0 | 13,951 | 7/25/2021 |
1.3.1 | 71,203 | 8/24/2020 |
1.3.0 | 59,185 | 5/22/2020 |
1.2.3 | 1,823 | 4/27/2020 |
1.2.2 | 118,783 | 8/25/2018 |
1.2.0 | 16,685 | 8/16/2018 |
1.1.2 | 34,666 | 4/11/2018 |
1.1.1 | 7,662 | 11/28/2017 |
1.1.0 | 1,765 | 11/7/2017 |
1.0.3 | 32,372 | 6/18/2017 |
1.0.1 | 8,151 | 1/6/2017 |
Convert PDF to image online demo, usage examples: https://www.nrecosite.com/pdf_to_image_renderer_net.aspx
Notes:
- without a license key PdfRenderer works in TRIAL MODE (with some limitations / trial notices).
- poppler 24.08 binaries for Windows x64 are included (extracted on the first use)
- can be used in .NET Core apps; in case of non-Windows platform (Linux, MacOS) poppler tools should be deployed/installed separately.
1.6.0:
- poppler x64 binaries for windows updated to 24.08 (2024-Aug-01), performance improvements + fixes. Complete list of changes: https://poppler.freedesktop.org/releases.html
1.5.4:
- fixed PdfInfo issue (Javascript property detection) + added Producer property
1.5.3:
- hotfix for the issue that may occur when "ExecutionTimeout" is reached and output is not a local file
1.5.2:
- fixed an issue with "ExecutionTimeout" (was ignored) and PdfToImageConverter.GenerateImage overloads that render a single PDF page to Stream (or return System.Drawing.Image object)
- fixed an issue with "ExecutionTimeout" (was ignored) in PdfToTextConverter
1.5.1:
- added CustomArgs property to PdfInfo/PdfImages (now it is possible to handle password protected PDFs by specifying "-upw PWD" or "-opw PWD")
1.5.0:
- poppler binaries for Windows-x64 updated to 22.04, complete list of changes: https://poppler.freedesktop.org/releases.html
- pdftoppm 22.04 fixes an ussue with incorrect ScaleTo behaviour (specific only to 1.4.x)
1.4.1:
- fixed an obfuscation issue that causes OutOfMemoryException (Type.GetType calls) in some cases
1.4.0:
- poppler x64 binaries for windows updated to 21.03 (2021-Mar-01), a lot of issues are fixed (https://poppler.freedesktop.org/releases.html)
- now 'pdftoppm' TIFF output works fine on windows (emulation is not needed anymore)
1.3.1 changes:
- patched poppler-0.8.7-win binaries to enable ability to use poppler-data
1.3.0 changes:
- poppler x64 binaries for windows updated to 0.87 (2020-Mar-28). BEAKING: Win-x86 no longer supported
- new poppler build is faster, more stable, offers more features in comparing to previously used poppler binaries
1.2.3 changes:
- legacy net20 target is replaced with net45 (minimal .NET Framework version is 4.5)
- legacy netstandard1.5 target is removed as .NET Core 1.x reaches end-of-life
1.2.2 changes:
- fixed parse issue with PdfImages.GetPdfImagesList ('pdfimages -list')