PDFtoImage 1.0.1
.NET 5.x target can fail when converting PDF files.
.NET Framework and .NET Core 3.x are unaffected.
See the version list below for details.
dotnet add package PDFtoImage --version 1.0.1
NuGet\Install-Package PDFtoImage -Version 1.0.1
<PackageReference Include="PDFtoImage" Version="1.0.1" />
paket add PDFtoImage --version 1.0.1
#r "nuget: PDFtoImage, 1.0.1"
// Install PDFtoImage as a Cake Addin
#addin nuget:?package=PDFtoImage&version=1.0.1
// Install PDFtoImage as a Cake Tool
#tool nuget:?package=PDFtoImage&version=1.0.1
Call a static method from PDFtoImage.Conversion
. Like SavePng
, SaveBmp
or SaveJpeg
.
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.0 netcoreapp3.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETCoreApp 3.0
- System.Drawing.Common (>= 5.0.2)
-
.NETFramework 4.6.1
- System.Drawing.Common (>= 5.0.2)
-
net5.0
- System.Drawing.Common (>= 5.0.2)
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 |
Fixed an issue that caused the OS architecture to be evaluated instead of the process architecture.