NReco.PdfRenderer 1.5.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 2.0 .NET Framework 4.5
dotnet add package NReco.PdfRenderer --version 1.5.1
NuGet\Install-Package NReco.PdfRenderer -Version 1.5.1
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="NReco.PdfRenderer" Version="1.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NReco.PdfRenderer --version 1.5.1
#r "nuget: NReco.PdfRenderer, 1.5.1"
#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 NReco.PdfRenderer as a Cake Addin
#addin nuget:?package=NReco.PdfRenderer&version=1.5.1

// Install NReco.PdfRenderer as a Cake Tool
#tool nuget:?package=NReco.PdfRenderer&version=1.5.1

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
.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 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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 19,312 9/21/2022
1.5.0 14,305 7/16/2022
1.4.1 80,289 10/13/2021
1.4.0 9,466 7/25/2021
1.3.1 47,427 8/24/2020
1.3.0 23,191 5/22/2020
1.2.3 1,594 4/27/2020
1.2.2 92,175 8/25/2018
1.2.0 7,807 8/16/2018
1.1.2 27,245 4/11/2018
1.1.1 6,105 11/28/2017
1.1.0 1,613 11/7/2017
1.0.3 19,542 6/18/2017
1.0.1 7,502 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 22.04 binaries for Windows x64 are included (extracted on 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.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')