# Text to pdf (verified)

Convert text to PDF

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add text_to_pdf

# Browse available tools
npx -y @smithery/cli@latest tool list text_to_pdf

# Get full schema for a tool
npx -y @smithery/cli@latest tool get text_to_pdf TEXT_TO_PDF_CONVERT_TEXT_TO_PDF

# Call a tool
npx -y @smithery/cli@latest tool call text_to_pdf TEXT_TO_PDF_CONVERT_TEXT_TO_PDF '{}'
```

## Direct MCP Connection

Endpoint: `https://text_to_pdf.run.tools`

## Tools (1)

- `TEXT_TO_PDF_CONVERT_TEXT_TO_PDF` — Convert text to pdf

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get text_to_pdf <tool-name>
```
