PDFtoImage 1.2.1
See the version list below for details.
dotnet add package PDFtoImage --version 1.2.1
NuGet\Install-Package PDFtoImage -Version 1.2.1
<PackageReference Include="PDFtoImage" Version="1.2.1" />
paket add PDFtoImage --version 1.2.1
#r "nuget: PDFtoImage, 1.2.1"
// Install PDFtoImage as a Cake Addin
#addin nuget:?package=PDFtoImage&version=1.2.1
// Install PDFtoImage as a Cake Tool
#tool nuget:?package=PDFtoImage&version=1.2.1
PDFtoImage
A .NET library to render PDF files into images.
This .NET library is built on top of
- PDFium (native PDF renderer)
- PdfiumViewer (wrapper for PDFium)
Getting started
Call a static method from PDFtoImage.Conversion
:
SaveBmp
, SaveGif
, SaveJpeg
, SavePng
, SaveTiff
and ToImage
for a single page.
ToImages
and ToImagesAsync
for multiple pages.
Note: An System.Drawing.Image
object can be exported with the Save
method.
Prerequisite libgdiplus
On platforms other than Windows you will have to have libgdiplus installed.
Debian-based Linux distributions
sudo apt-get install libgdiplus
macOS (via Homebrew)
brew install mono-libgdiplus
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 | netcoreapp3.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETCoreApp 3.1
- System.Drawing.Common (>= 5.0.3)
-
.NETFramework 4.6.1
- System.Drawing.Common (>= 5.0.3)
-
net5.0
- System.Drawing.Common (>= 5.0.3)
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 | 20,100 | 2/2/2023 | |
2.1.3 | 2,982 | 1/19/2023 | |
2.1.2 | 58,919 | 7/22/2022 | |
2.1.1 | 10,875 | 6/22/2022 | |
2.1.0 | 5,871 | 5/27/2022 | |
2.0.0 | 449 | 5/25/2022 | |
2.0.0-preview5 | 8,203 | 2/8/2022 | |
2.0.0-preview | 5,922 | 1/2/2022 | |
1.2.1 | 45,097 | 11/10/2021 | |
1.2.0 | 9,239 | 10/10/2021 | |
1.1.3 | 2,065 | 8/26/2021 | |
1.1.2 | 489 | 8/19/2021 | |
1.1.1 | 3,037 | 8/13/2021 | |
1.1.1-preview | 303 | 7/29/2021 | |
1.1.0 | 24,698 | 6/17/2021 | |
1.0.1 | 2,268 | 5/29/2021 | |
1.0.0 | 3,541 | 3/21/2021 |
Assemblies, native libraries and NuGet package digitally signed.