Apache PDFBox · Capability

Apache PDFBox Document Processing Workflow

Workflow for creating, manipulating, extracting text from, and digitally signing PDF documents using Apache PDFBox.

Run with Naftiko Apache PDFBoxPDFDocument ProcessingDigital Signatures

What You Can Do

POST
Create document — Create PDF document
/v1/documents
GET
Extract text — Extract text from PDF
/v1/documents/{documentId}/text

MCP Tools

create-document

Create a new PDF document

extract-text

Extract text content from a PDF document

read-only
get-metadata

Get PDF document metadata (title, author, dates)

read-only
list-pages

List pages and their dimensions in a PDF

read-only
merge-documents

Merge multiple PDF documents into one

split-document

Split a PDF document at specified page boundaries

sign-document

Apply a digital signature to a PDF document

get-form-fields

Get interactive form fields from a PDF document

read-only