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 (10)
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 | 2,406 | 12/7/2024 | |
5.0.0-preview.2 | 459 | 11/8/2024 | |
5.0.0-preview | 455 | 10/18/2024 | |
4.1.1 | 90,584 | 9/20/2024 | |
4.1.0 | 172,965 | 7/24/2024 | |
4.0.2 | 38,813 | 6/28/2024 | |
4.0.1 | 191,863 | 3/14/2024 | |
4.0.0 | 23,793 | 2/29/2024 | |
4.0.0-preview | 117 | 2/27/2024 | |
3.1.0 | 52,807 | 1/29/2024 | |
3.0.0 | 18,011 | 12/28/2023 | |
2.4.3 | 59,487 | 11/19/2023 | |
2.4.2 | 39,774 | 10/11/2023 | |
2.4.1 | 16,541 | 9/25/2023 | |
2.4.0 | 20,159 | 9/3/2023 | |
2.3.2 | 2,373 | 8/26/2023 | |
2.3.1 | 18,999 | 7/30/2023 | |
2.3.0 | 3,302 | 7/19/2023 | |
2.2.0 | 188,620 | 2/2/2023 | |
2.1.3 | 15,958 | 1/19/2023 | |
2.1.2 | 111,249 | 7/22/2022 | |
2.1.1 | 14,856 | 6/22/2022 | |
2.1.0 | 6,834 | 5/27/2022 | |
2.0.0 | 786 | 5/25/2022 | |
2.0.0-preview5 | 11,646 | 2/8/2022 | |
2.0.0-preview | 6,267 | 1/2/2022 | |
1.2.1 | 117,379 | 11/10/2021 | |
1.2.0 | 21,834 | 10/10/2021 | |
1.1.3 | 4,142 | 8/26/2021 | |
1.1.2 | 811 | 8/19/2021 | |
1.1.1 | 4,779 | 8/13/2021 | |
1.1.1-preview | 470 | 7/29/2021 | |
1.1.0 | 28,820 | 6/17/2021 | |
1.0.1 | 5,148 | 5/29/2021 | |
1.0.0 | 6,452 | 3/21/2021 |
Fixed an issue that caused the OS architecture to be evaluated instead of the process architecture.