PDFtoImage 1.0.0
.NET 5.0
.NET Core 3.0
.NET Framework 4.6.1
Suggested Alternatives
Additional Details
.NET 5.x target can fail when converting PDF files.
.NET Framework and .NET Core 3.x are unaffected.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package PDFtoImage --version 1.0.0
NuGet\Install-Package PDFtoImage -Version 1.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="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PDFtoImage --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PDFtoImage, 1.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=1.0.0
// Install PDFtoImage as a Cake Tool
#tool nuget:?package=PDFtoImage&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.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 | 15,322 | 2/2/2023 | |
2.1.3 | 2,860 | 1/19/2023 | |
2.1.2 | 58,115 | 7/22/2022 | |
2.1.1 | 10,786 | 6/22/2022 | |
2.1.0 | 5,838 | 5/27/2022 | |
2.0.0 | 439 | 5/25/2022 | |
2.0.0-preview5 | 8,075 | 2/8/2022 | |
2.0.0-preview | 5,922 | 1/2/2022 | |
1.2.1 | 44,107 | 11/10/2021 | |
1.2.0 | 9,053 | 10/10/2021 | |
1.1.3 | 2,039 | 8/26/2021 | |
1.1.2 | 485 | 8/19/2021 | |
1.1.1 | 2,998 | 8/13/2021 | |
1.1.1-preview | 303 | 7/29/2021 | |
1.1.0 | 24,632 | 6/17/2021 | |
1.0.1 | 2,195 | 5/29/2021 | |
1.0.0 | 3,501 | 3/21/2021 |
Initial release