Apache PDFBox
PDF document processing powered by Apache PDFBox — read, create, edit, merge, split, and render PDF files
CategoryDocuments
Version0.3.0
AuthorElite AI
Isolation ModeClassLoaderIsolated
Min Hefty Version0.26.0
PlatformsAll
DependenciesNone
Instruments
| Name | Category | Risk Level | Keywords | Description |
|---|---|---|---|---|
| pdf_info | Filesystem | ReadOnly | pdf, info, metadata, properties, inspect, details, pages | Retrieve metadata and structural information from a PDF document including page count, dimensions, and document properties. |
| read_pdf | Filesystem | ReadOnly | pdf, read, extract, text, document, parse, content | Extract text content from a PDF file, optionally limited to a specific page range. |
| create_pdf | Filesystem | LocalWrite | pdf, create, write, generate, document, make, new | Create a new PDF document from text content with configurable page size, fonts, and metadata. |
| edit_pdf | Filesystem | LocalWrite | pdf, edit, modify, update, change, add, remove, rotate | Edit an existing PDF: add text, insert or remove pages, rotate pages, and update metadata. |
| merge_pdf | Filesystem | LocalWrite | pdf, merge, combine, join, concatenate, append | Merge multiple PDF files into a single document, concatenated in the order given. |
| split_pdf | Filesystem | LocalWrite | pdf, split, divide, separate, extract, pages | Split a PDF into multiple files by page count or specific page ranges. |
| pdf_to_image | Filesystem | LocalWrite | pdf, image, render, convert, png, jpeg, page-image, thumbnail | Render PDF pages as PNG or JPEG images with configurable DPI and page range. |