Skip to main content
The PDF Tools connector provides operations for working with PDF documents: extracting text, merging, splitting, and manipulating pages.
No connection required; this utility connector works out of the box.
All PDF inputs and outputs are base64-encoded strings.

Tools

string
required
Base64-encoded PDF.
number
Maximum number of pages to extract.
Example request:
Example response:
Returns page count, title, author, and other metadata.
string
required
Base64-encoded PDF.
Example request:
Example response:
Combine multiple PDFs into a single document.
string[]
required
Array of base64-encoded PDFs.
Example request:
Example response:
Create a new PDF with only the specified pages.
string
required
Base64-encoded PDF.
number[]
required
Page numbers to extract (1-indexed).
Example request:
Example response:
Split a PDF into individual single-page PDFs.
string
required
Base64-encoded PDF.
Example request:
Example response:
string
required
Base64-encoded PDF.
string
required
Rotation angle (clockwise): "90", "180", or "270".
number[]
Pages to rotate (all pages if omitted).
Example request:
Example response:
Create a new PDF with the specified pages removed.
string
required
Base64-encoded PDF.
number[]
required
Page numbers to remove (1-indexed).
Example request:
Example response: