PdfBox.Net.IO 4.0.0-preview.2

This is a prerelease version of PdfBox.Net.IO.
dotnet add package PdfBox.Net.IO --version 4.0.0-preview.2
                    
NuGet\Install-Package PdfBox.Net.IO -Version 4.0.0-preview.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PdfBox.Net.IO" Version="4.0.0-preview.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PdfBox.Net.IO" Version="4.0.0-preview.2" />
                    
Directory.Packages.props
<PackageReference Include="PdfBox.Net.IO" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PdfBox.Net.IO --version 4.0.0-preview.2
                    
#r "nuget: PdfBox.Net.IO, 4.0.0-preview.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PdfBox.Net.IO@4.0.0-preview.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PdfBox.Net.IO&version=4.0.0-preview.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PdfBox.Net.IO&version=4.0.0-preview.2&prerelease
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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).