PDFtoImage 2.0.0-preview

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

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

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 netcoreapp3.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

  • .NETFramework 4.6.1

  • net6.0

NuGet packages (5)

Showing the top 5 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

Siliscrypt.PdfTools

Package Description

ComicMeta

Package Description

Siliscrypt.Pdf

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.1 1,772 3/14/2024
4.0.0 4,371 2/29/2024
4.0.0-preview 61 2/27/2024
3.1.0 22,244 1/29/2024
3.0.0 8,631 12/28/2023
2.4.3 36,881 11/19/2023
2.4.2 26,146 10/11/2023
2.4.1 12,566 9/25/2023
2.4.0 13,434 9/3/2023
2.3.2 1,732 8/26/2023
2.3.1 13,061 7/30/2023
2.3.0 2,779 7/19/2023
2.2.0 149,065 2/2/2023
2.1.3 11,309 1/19/2023
2.1.2 92,946 7/22/2022
2.1.1 13,126 6/22/2022
2.1.0 6,642 5/27/2022
2.0.0 686 5/25/2022
2.0.0-preview5 10,760 2/8/2022
2.0.0-preview 6,162 1/2/2022
1.2.1 86,000 11/10/2021
1.2.0 17,533 10/10/2021
1.1.3 3,324 8/26/2021
1.1.2 705 8/19/2021
1.1.1 4,294 8/13/2021
1.1.1-preview 413 7/29/2021
1.1.0 26,445 6/17/2021
1.0.1 3,904 5/29/2021
1.0.0 5,138 3/21/2021

- System.Drawing.Common (GDI+) replaced with SkiaSharp (cross-platform).
- SaveWebp added.
- SaveBmp, SaveGif and SaveTiff deprecated.