PdfBox.Net.IO
4.0.0-preview.2
dotnet add package PdfBox.Net.IO --version 4.0.0-preview.2
NuGet\Install-Package PdfBox.Net.IO -Version 4.0.0-preview.2
<PackageReference Include="PdfBox.Net.IO" Version="4.0.0-preview.2" />
<PackageVersion Include="PdfBox.Net.IO" Version="4.0.0-preview.2" />
<PackageReference Include="PdfBox.Net.IO" />
paket add PdfBox.Net.IO --version 4.0.0-preview.2
#r "nuget: PdfBox.Net.IO, 4.0.0-preview.2"
#:package PdfBox.Net.IO@4.0.0-preview.2
#addin nuget:?package=PdfBox.Net.IO&version=4.0.0-preview.2&prerelease
#tool nuget:?package=PdfBox.Net.IO&version=4.0.0-preview.2&prerelease
PdfBox.Net.IO
Random-access IO primitives ported from Apache PDFBox's pdfbox-io module.
Most applications should reference the PdfBox.Net.Core package instead of
installing this package directly. It is published separately so the .NET package
graph mirrors Apache PDFBox's Java artifacts and so low-level consumers can use
the IO layer without the full PDF model.
Install:
dotnet add package PdfBox.Net.IO
This package provides the random-access read/write abstractions used by the PDF parser, FontBox, and stream handling code.
| 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
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on PdfBox.Net.IO:
| Package | Downloads |
|---|---|
|
PdfBox.Net.FontBox
Font parsing and metrics support ported from Apache FontBox, including AFM, CFF, CMap, TrueType, OpenType, and Type 1 fonts. |
|
|
PdfBox.Net.Core
Core Apache PDFBox port for loading, parsing, rendering, extracting text, editing, saving, and securing PDF documents on .NET. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0-preview.2 | 81 | 7/7/2026 |
| 4.0.0-preview.1 | 86 | 7/2/2026 |
| 3.0.8-preview.1 | 74 | 7/2/2026 |
Tracks Apache PDFBox apache/pdfbox trunk (4.0.0-SNAPSHOT).