PDFtoImage 2.0.0-preview
See the version list below for details.
dotnet add package PDFtoImage --version 2.0.0-preview
NuGet\Install-Package PDFtoImage -Version 2.0.0-preview
<PackageReference Include="PDFtoImage" Version="2.0.0-preview" />
<PackageVersion Include="PDFtoImage" Version="2.0.0-preview" />
<PackageReference Include="PDFtoImage" />
paket add PDFtoImage --version 2.0.0-preview
#r "nuget: PDFtoImage, 2.0.0-preview"
#addin nuget:?package=PDFtoImage&version=2.0.0-preview&prerelease
#tool nuget:?package=PDFtoImage&version=2.0.0-preview&prerelease
PDFtoImage
A .NET library to render PDF files into images.
This .NET library is built on top of
- PDFium (native PDF renderer)
- PdfiumViewer (wrapper for PDFium)
- SkiaSharp (cross-platform 2D graphics API)
Getting started
Call a static method from PDFtoImage.Conversion
:
SaveJpeg
, SavePng
, SaveWebp
and ToImage
for a single page.
ToImages
and ToImagesAsync
for multiple pages.
Note: SkiaSharp.SKBitmap
can be exported with the Encode
method.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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. |
.NET Core | netcoreapp3.1 is compatible. |
.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. |
NuGet packages (11)
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.0 | 2,537 | 5/2/2025 | |
5.1.0-preview6 | 4,491 | 3/25/2025 | |
5.1.0-preview5 | 534 | 3/18/2025 | |
5.0.0 | 90,865 | 12/7/2024 | |
4.1.1 | 220,351 | 9/20/2024 | |
4.1.0 | 385,615 | 7/24/2024 | |
4.0.2 | 59,720 | 6/28/2024 | |
4.0.1 | 254,918 | 3/14/2024 | |
4.0.0 | 31,602 | 2/29/2024 | |
3.1.0 | 60,865 | 1/29/2024 | |
3.0.0 | 20,392 | 12/28/2023 | |
2.4.3 | 70,560 | 11/19/2023 | |
2.4.2 | 43,971 | 10/11/2023 | |
2.4.1 | 19,334 | 9/25/2023 | |
2.4.0 | 23,793 | 9/3/2023 | |
2.3.2 | 2,773 | 8/26/2023 | |
2.3.1 | 23,280 | 7/30/2023 | |
2.3.0 | 3,534 | 7/19/2023 | |
2.2.0 | 210,254 | 2/2/2023 | |
2.1.3 | 18,360 | 1/19/2023 | |
2.1.2 | 115,552 | 7/22/2022 | |
2.1.1 | 15,707 | 6/22/2022 | |
2.1.0 | 6,917 | 5/27/2022 | |
2.0.0 | 831 | 5/25/2022 | |
1.2.1 | 141,716 | 11/10/2021 | |
1.2.0 | 22,158 | 10/10/2021 | |
1.1.3 | 4,611 | 8/26/2021 | |
1.1.2 | 881 | 8/19/2021 | |
1.1.1 | 4,829 | 8/13/2021 | |
1.1.0 | 30,028 | 6/17/2021 | |
1.0.1 | 5,892 | 5/29/2021 | |
1.0.0 | 6,758 | 3/21/2021 |
- System.Drawing.Common (GDI+) replaced with SkiaSharp (cross-platform).
- SaveWebp added.
- SaveBmp, SaveGif and SaveTiff deprecated.