PdfBox.Net.FontBox
4.0.0-preview.2
dotnet add package PdfBox.Net.FontBox --version 4.0.0-preview.2
NuGet\Install-Package PdfBox.Net.FontBox -Version 4.0.0-preview.2
<PackageReference Include="PdfBox.Net.FontBox" Version="4.0.0-preview.2" />
<PackageVersion Include="PdfBox.Net.FontBox" Version="4.0.0-preview.2" />
<PackageReference Include="PdfBox.Net.FontBox" />
paket add PdfBox.Net.FontBox --version 4.0.0-preview.2
#r "nuget: PdfBox.Net.FontBox, 4.0.0-preview.2"
#:package PdfBox.Net.FontBox@4.0.0-preview.2
#addin nuget:?package=PdfBox.Net.FontBox&version=4.0.0-preview.2&prerelease
#tool nuget:?package=PdfBox.Net.FontBox&version=4.0.0-preview.2&prerelease
PdfBox.Net.FontBox
Font parsing and metrics support ported from Apache FontBox.
The package includes support for AFM, CFF, CMap, TrueType, OpenType, and Type 1 font data used by PdfBox.Net text extraction, rendering, and PDF creation.
Install:
dotnet add package PdfBox.Net.FontBox
Most PDF workloads should reference PdfBox.Net.Core, which depends on this
package automatically. Install PdfBox.Net.FontBox directly when you need the
font parsing APIs without the full PDF document model.
| 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.IO (>= 4.0.0-preview.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PdfBox.Net.FontBox:
| Package | Downloads |
|---|---|
|
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 | 72 | 7/7/2026 |
| 4.0.0-preview.1 | 88 | 7/2/2026 |
| 3.0.8-preview.1 | 75 | 7/2/2026 |
Tracks Apache PDFBox apache/pdfbox trunk (4.0.0-SNAPSHOT).