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"
#:package 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 (15)
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 |
|
PdfOcr
Pdf OCR library based on paddle OCR |
|
Siliscrypt.PdfTools
Package Description |
|
ManagedCode.MarkItDown
ManagedCode.MarkItDown converts documents, archives, and URLs into Markdown optimised for LLM and search workflows. Supports HTML, PDF, Office Open XML, EPUB, CSV, JSON, feeds, images, audio, and more with async-first APIs. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated | |
---|---|---|---|
5.1.1 | 170,365 | 6/3/2025 | |
5.1.0 | 47,444 | 5/2/2025 | |
5.1.0-preview6 | 16,529 | 3/25/2025 | |
5.1.0-preview5 | 785 | 3/18/2025 | |
5.0.0 | 157,259 | 12/7/2024 | |
4.1.1 | 352,190 | 9/20/2024 | |
4.1.0 | 666,743 | 7/24/2024 | |
4.0.2 | 75,136 | 6/28/2024 | |
4.0.1 | 313,703 | 3/14/2024 | |
4.0.0 | 42,284 | 2/29/2024 | |
3.1.0 | 67,265 | 1/29/2024 | |
3.0.0 | 22,096 | 12/28/2023 | |
2.4.3 | 81,704 | 11/19/2023 | |
2.4.2 | 48,958 | 10/11/2023 | |
2.4.1 | 23,419 | 9/25/2023 | |
2.4.0 | 27,631 | 9/3/2023 | |
2.3.2 | 4,267 | 8/26/2023 | |
2.3.1 | 27,242 | 7/30/2023 | |
2.3.0 | 3,755 | 7/19/2023 | |
2.2.0 | 234,503 | 2/2/2023 | |
2.1.3 | 19,827 | 1/19/2023 | |
2.1.2 | 119,788 | 7/22/2022 | |
2.1.1 | 16,600 | 6/22/2022 | |
2.1.0 | 7,360 | 5/27/2022 | |
2.0.0 | 973 | 5/25/2022 | |
1.2.1 | 163,441 | 11/10/2021 | |
1.2.0 | 22,535 | 10/10/2021 | |
1.1.3 | 4,846 | 8/26/2021 | |
1.1.2 | 1,010 | 8/19/2021 | |
1.1.1 | 4,973 | 8/13/2021 | |
1.1.0 | 30,792 | 6/17/2021 | |
1.0.1 | 6,224 | 5/29/2021 | |
1.0.0 | 7,324 | 3/21/2021 |
Fixed an issue that caused the OS architecture to be evaluated instead of the process architecture.