The PDF Tools connector provides operations for working with PDF documents — extracting text, merging, splitting, and manipulating pages.Documentation Index
Fetch the complete documentation index at: https://docs.spojit.com/llms.txt
Use this file to discover all available pages before exploring further.
No connection required — this utility connector works out of the box.
Tools
extract-text — Extract text from PDF
extract-text — Extract text from PDF
get-info — Get PDF metadata
get-info — Get PDF metadata
Returns page count, title, author, and other metadata.Example request:Example response:
Base64-encoded PDF.
merge — Merge multiple PDFs
merge — Merge multiple PDFs
Combine multiple PDFs into a single document.Example request:Example response:
Array of base64-encoded PDFs.
extract-pages — Extract specific pages
extract-pages — Extract specific pages
split — Split into single-page PDFs
split — Split into single-page PDFs
Split a PDF into individual single-page PDFs.Example request:Example response:
Base64-encoded PDF.
rotate — Rotate pages
rotate — Rotate pages