# Text to PDF AI integration on Definable

> Convert text to PDF

## What this connects

Convert text to PDF

Vendor: https://composio.dev

## Tools available

**6** tools available. First 6:

- `TEXT_TO_PDF_CONVERT_TEXT_TO_PDF` — Convert Text to PDF — 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`.
- `TEXT_TO_PDF_DELETE_ASYNC_JOB` — Delete Async Job — 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.
- `TEXT_TO_PDF_DELETE_FILE` — Delete File — Tool to delete a file from ConvertAPI server. Use when a file is no longer needed and should be removed from temporary storage.
- `TEXT_TO_PDF_DOWNLOAD_FILE` — Download File — 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.
- `TEXT_TO_PDF_START_ASYNC_CONVERSION` — Start Async Conversion — 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.
- `TEXT_TO_PDF_UPLOAD_FILE` — Upload File to ConvertAPI — 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.

## Auth

No auth required.

## How agents use Text to PDF

Inside a Definable workflow, Text to PDF is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Text to PDF** — the Researcher (GPT-5.5) pulls context from Text to PDF (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Text to PDF** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Text to PDF (create record, post message, draft email).
- **Designer / Engineer → Distributor → Text to PDF** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Text to PDF (attach file, open PR comment, post status).

The Verifier checks every Text to PDF call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- documents — https://definable.ai/apps/category/documents/

## Related

- HTML page: https://definable.ai/apps/text_to_pdf/
- Same category (documents): https://definable.ai/apps/category/documents/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
