PdfBox.Net.ImageSharp
3.0.8-preview.1
See the version list below for details.
dotnet add package PdfBox.Net.ImageSharp --version 3.0.8-preview.1
NuGet\Install-Package PdfBox.Net.ImageSharp -Version 3.0.8-preview.1
<PackageReference Include="PdfBox.Net.ImageSharp" Version="3.0.8-preview.1" />
<PackageVersion Include="PdfBox.Net.ImageSharp" Version="3.0.8-preview.1" />
<PackageReference Include="PdfBox.Net.ImageSharp" />
paket add PdfBox.Net.ImageSharp --version 3.0.8-preview.1
#r "nuget: PdfBox.Net.ImageSharp, 3.0.8-preview.1"
#:package PdfBox.Net.ImageSharp@3.0.8-preview.1
#addin nuget:?package=PdfBox.Net.ImageSharp&version=3.0.8-preview.1&prerelease
#tool nuget:?package=PdfBox.Net.ImageSharp&version=3.0.8-preview.1&prerelease
PdfBox.Net.ImageSharp
Optional rendering backend that proves the core Java AWT/ImageIO proxy layer can
also be backed by SixLabors.ImageSharp.
This package intentionally depends only on SixLabors.ImageSharp 3.1.x. It does
not reference SixLabors.ImageSharp.Drawing because the current 3.x Drawing
package requires a Six Labors license key during build. ImageSharp remains under
the Six Labors split license, so this backend should stay optional and should
not become a core dependency without an explicit project licensing decision.
This package currently implements:
BufferedImagepixel storage throughImage<Rgba32>Graphics2Dbasic clear, image draw, and transform operations through ImageSharp pixels- Image decode/encode for PNG and JPEG through ImageSharp codecs
It intentionally does not yet implement a full PageDrawer equivalent. Calling
PDF page rendering with this backend throws a clear NotSupportedException.
PdfBox.Net.SkiaSharp remains the complete cross-platform rendering backend.
Install:
dotnet add package PdfBox.Net.ImageSharp
Register the backend once at application startup when you want ImageSharp to back the Java AWT/ImageIO proxy APIs for supported image operations.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- PdfBox.Net.Core (>= 3.0.8-preview.1)
- SixLabors.ImageSharp (>= 3.1.12)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0-preview.6 | 33 | 7/17/2026 |
| 4.0.0-preview.5 | 36 | 7/15/2026 |
| 4.0.0-preview.4 | 39 | 7/15/2026 |
| 4.0.0-preview.3 | 42 | 7/14/2026 |
| 4.0.0-preview.2 | 60 | 7/7/2026 |
| 4.0.0-preview.1 | 49 | 7/2/2026 |
| 3.0.8-preview.1 | 49 | 7/2/2026 |
Tracks Apache PDFBox origin/3.0 (3.0.8-SNAPSHOT); Preflight is intentionally excluded from the initial core 3.0 branch.