PDFtoImage 2.0.0

.NET 6.0 .NET Framework 4.6.2
There is a newer version of this package available.
See the version list below for details.
dotnet add package PDFtoImage --version 2.0.0
NuGet\Install-Package PDFtoImage -Version 2.0.0
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="PDFtoImage" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PDFtoImage --version 2.0.0
#r "nuget: PDFtoImage, 2.0.0"
#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 PDFtoImage as a Cake Addin
#addin nuget:?package=PDFtoImage&version=2.0.0

// Install PDFtoImage as a Cake Tool
#tool nuget:?package=PDFtoImage&version=2.0.0

PDFtoImage Logo PDFtoImage

Azure DevOps builds (branch) Azure DevOps tests (branch) SonarCloud Quality Gate NuGet version NuGet downloads GitHub license

A .NET library to render PDF files into images.

This .NET library is built on top of

Getting started

Call a static method from PDFtoImage.Conversion:

SaveJpeg, SavePng, SaveWebp and ToImage for a single page.

ToImages and ToImagesAsync for multiple pages.

Note: SkiaSharp.SKBitmap can be exported with the Encode method.

Product Versions
.NET net6.0 net6.0-android net6.0-android31.0 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 Framework net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid10.0
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on PDFtoImage:

Package Downloads
PDFtoZPL

A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code.

PdfOcr

Pdf OCR library based on paddle OCR

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 16,513 2/2/2023
2.1.3 2,892 1/19/2023
2.1.2 58,384 7/22/2022
2.1.1 10,813 6/22/2022
2.1.0 5,842 5/27/2022
2.0.0 439 5/25/2022
2.0.0-preview5 8,115 2/8/2022
2.0.0-preview 5,922 1/2/2022
1.2.1 44,424 11/10/2021
1.2.0 9,122 10/10/2021
1.1.3 2,041 8/26/2021
1.1.2 488 8/19/2021
1.1.1 3,011 8/13/2021
1.1.1-preview 303 7/29/2021
1.1.0 24,642 6/17/2021
1.0.1 2,214 5/29/2021
1.0.0 3,521 3/21/2021

- System.Drawing.Common (GDI+) replaced with SkiaSharp (cross-platform).
- SaveWebp, GetPageSize and GetPageSizes added.
- SaveBmp, SaveGif and SaveTiff removed.
- Runtime win-arm64 added.
- PDFium binaries included via bblanchon.PDFium.
- Target framework Android added.