NReco.PdfRenderer.LT
1.5.4
Prefix Reserved
dotnet add package NReco.PdfRenderer.LT --version 1.5.4
NuGet\Install-Package NReco.PdfRenderer.LT -Version 1.5.4
<PackageReference Include="NReco.PdfRenderer.LT" Version="1.5.4" />
paket add NReco.PdfRenderer.LT --version 1.5.4
#r "nuget: NReco.PdfRenderer.LT, 1.5.4"
// Install NReco.PdfRenderer.LT as a Cake Addin #addin nuget:?package=NReco.PdfRenderer.LT&version=1.5.4 // Install NReco.PdfRenderer.LT as a Cake Tool #tool nuget:?package=NReco.PdfRenderer.LT&version=1.5.4
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. This wrapper version (LT) expects that necessary poppler tools (pdftoppm, pdfinfo, pdfimages, pdftotext) are deployed separately.
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 | 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. |
-
.NETStandard 2.0
- 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.
Convert PDF to image online demo, usage examples: https://www.nrecosite.com/pdf_to_image_renderer_net.aspx
Notes:
- this wrapper version requires a license key. For testing purposes use "NReco.PdfRenderer" nuget that has a TRIAL MODE.
- use this nuget in .NET Core / NET6+ apps that are deployed on non-Windows platform (Linux, MacOS). Poppler tools should be deployed/installed separately.
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
- 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')