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" />
<PackageVersion Include="PDFtoImage" Version="1.0.1" />
<PackageReference Include="PDFtoImage" />
paket add PDFtoImage --version 1.0.1
#r "nuget: PDFtoImage, 1.0.1"
#addin nuget:?package=PDFtoImage&version=1.0.1
#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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 (12)
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.1.1 | 9,203 | 6/3/2025 | |
5.1.0 | 25,194 | 5/2/2025 | |
5.1.0-preview6 | 8,258 | 3/25/2025 | |
5.1.0-preview5 | 638 | 3/18/2025 | |
5.0.0 | 114,457 | 12/7/2024 | |
4.1.1 | 263,067 | 9/20/2024 | |
4.1.0 | 475,410 | 7/24/2024 | |
4.0.2 | 64,662 | 6/28/2024 | |
4.0.1 | 272,791 | 3/14/2024 | |
4.0.0 | 33,809 | 2/29/2024 | |
3.1.0 | 63,246 | 1/29/2024 | |
3.0.0 | 20,850 | 12/28/2023 | |
2.4.3 | 73,531 | 11/19/2023 | |
2.4.2 | 45,687 | 10/11/2023 | |
2.4.1 | 20,379 | 9/25/2023 | |
2.4.0 | 24,839 | 9/3/2023 | |
2.3.2 | 3,196 | 8/26/2023 | |
2.3.1 | 24,720 | 7/30/2023 | |
2.3.0 | 3,627 | 7/19/2023 | |
2.2.0 | 217,674 | 2/2/2023 | |
2.1.3 | 18,873 | 1/19/2023 | |
2.1.2 | 116,655 | 7/22/2022 | |
2.1.1 | 15,998 | 6/22/2022 | |
2.1.0 | 7,033 | 5/27/2022 | |
2.0.0 | 862 | 5/25/2022 | |
1.2.1 | 148,829 | 11/10/2021 | |
1.2.0 | 22,223 | 10/10/2021 | |
1.1.3 | 4,707 | 8/26/2021 | |
1.1.2 | 912 | 8/19/2021 | |
1.1.1 | 4,866 | 8/13/2021 | |
1.1.0 | 30,435 | 6/17/2021 | |
1.0.1 | 6,014 | 5/29/2021 | |
1.0.0 | 6,949 | 3/21/2021 |
Fixed an issue that caused the OS architecture to be evaluated instead of the process architecture.