PdfBox.Net.Tools 3.0.8

dotnet tool install --global PdfBox.Net.Tools --version 3.0.8
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local PdfBox.Net.Tools --version 3.0.8
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PdfBox.Net.Tools&version=3.0.8
                    
nuke :add-package PdfBox.Net.Tools --version 3.0.8
                    

PdfBox.Net.Tools

.NET global tool facade for the Apache PDFBox command-line tools port.

Install:

dotnet tool install --global PdfBox.Net.Tools

Run:

pdfbox help
pdfbox export:text input.pdf output.txt
pdfbox render --help

The tool delegates to the ported PdfBox.Net.Tools.PDFBox dispatcher and supports Apache PDFBox 3.0 command names such as decode, export:text, render, merge, split, overlay, fromimage, and fromtext.

The Java Swing debugger UI is not packaged as this tool. Debugger parity is provided by non-packable inspection models and can be wrapped by a separate UI or application package later.

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.

This package has no dependencies.

Version Downloads Last Updated
3.0.8 165 8/2/2026
3.0.8-preview.1 103 7/2/2026

Tracks Apache PDFBox origin/3.0 (3.0.8-SNAPSHOT); Preflight is intentionally excluded from the initial core 3.0 branch.