Auto-index new files
- Watch for new uploads
- Chunk, embed, and index
- Make queryable via your knowledge persona
Connect Text to PDF to Definable to auto-index uploads, answer questions over a doc set, extract structured fields from contracts. Personas call Text to PDF's 6 tools directly from chat or scheduled flows. Connect this integration to a knowledge persona — the agent will ground answers in your documents with citations.
Every Text to PDF action below is a callable tool any Definable persona can invoke.
Convert plain text or Markdown content into a downloadable PDF document. Supports Unicode characters, special symbols, and Markdown formatting including headers, lists, code blocks, links, and emphasis. Images require publicly accessible URLs to render. Response PDF URL is at `data.file.s3url`; also returns `data.file.name` and `data.file.mimetype`.
Tool to delete an asynchronous conversion job. Use when a job is no longer required to free up server resources. Jobs are automatically deleted after 3 hours if not manually removed.
Tool to delete a file from ConvertAPI server. Use when a file is no longer needed and should be removed from temporary storage.
Download a file from ConvertAPI server using its unique File ID. Use this after converting or uploading files to retrieve the result. The file must exist on the server and not be expired.
Start an asynchronous file conversion job using ConvertAPI. Returns a JobId that can be used to poll for conversion results. Optionally supports WebHook callback for push notification when conversion completes.
Upload a file to ConvertAPI server for subsequent conversions. Supports direct file upload or remote URL upload. Files are stored securely for up to 3 hours and can be referenced by File ID in conversion requests.
Anything Text to PDF exposes through its API. Common documents workflows on Definable include auto-index uploads, answer questions over a doc set, extract structured fields from contracts. Personas can call any of the 6 Text to PDF tools directly, then chain the result into another integration without you writing code.
Text to PDF doesn't require authentication on Definable — it's a public-data integration, so personas can call it immediately without an account hand-off.
Yes — every Definable plan, including Starter, includes access to all 6 Text to PDF tools. You only need a separate Text to PDF subscription if Text to PDF itself charges per seat or per API call.
Every call from a persona to Text to PDF is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Text to PDF, and connect in one click — no auth required. You can immediately attach Text to PDF to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 6 Text to PDF actions as callable tools — including `Convert Text to PDF`, `Delete Async Job`, `Delete File`, plus 3 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.