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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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.0 is compatible. netcoreapp3.1 was computed. |
.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. |
-
.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 (8)
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. |
|
NCPC.Documents
Usefull methods to work with Documents |
|
Siliscrypt.PdfTools
Package Description |
|
PdfOcr
Pdf OCR library based on paddle OCR |
|
ComicMeta
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
5.0.0-preview | 213 | 10/18/2024 | |
4.1.1 | 33,179 | 9/20/2024 | |
4.1.0 | 110,174 | 7/24/2024 | |
4.0.2 | 30,457 | 6/28/2024 | |
4.0.1 | 167,999 | 3/14/2024 | |
4.0.0 | 20,930 | 2/29/2024 | |
4.0.0-preview | 112 | 2/27/2024 | |
3.1.0 | 50,057 | 1/29/2024 | |
3.0.0 | 17,022 | 12/28/2023 | |
2.4.3 | 56,048 | 11/19/2023 | |
2.4.2 | 37,980 | 10/11/2023 | |
2.4.1 | 16,018 | 9/25/2023 | |
2.4.0 | 18,963 | 9/3/2023 | |
2.3.2 | 2,340 | 8/26/2023 | |
2.3.1 | 18,099 | 7/30/2023 | |
2.3.0 | 3,212 | 7/19/2023 | |
2.2.0 | 181,951 | 2/2/2023 | |
2.1.3 | 15,584 | 1/19/2023 | |
2.1.2 | 108,884 | 7/22/2022 | |
2.1.1 | 14,540 | 6/22/2022 | |
2.1.0 | 6,822 | 5/27/2022 | |
2.0.0 | 779 | 5/25/2022 | |
2.0.0-preview5 | 11,484 | 2/8/2022 | |
2.0.0-preview | 6,255 | 1/2/2022 | |
1.2.1 | 110,248 | 11/10/2021 | |
1.2.0 | 21,737 | 10/10/2021 | |
1.1.3 | 4,091 | 8/26/2021 | |
1.1.2 | 798 | 8/19/2021 | |
1.1.1 | 4,763 | 8/13/2021 | |
1.1.1-preview | 467 | 7/29/2021 | |
1.1.0 | 28,512 | 6/17/2021 | |
1.0.1 | 4,963 | 5/29/2021 | |
1.0.0 | 6,364 | 3/21/2021 |
Fixed an issue that caused the OS architecture to be evaluated instead of the process architecture.