# PDF Generator — HTML/Markdown to Professional PDFs

PDF document generation API for AI agents. Generate PDFs from HTML or Markdown: custom page size (A4, Letter), margins, headers, footers. Ideal for reports, invoices, contracts, and documentation.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/pdf-generator

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/pdf-generator document_generate_pdf

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/pdf-generator document_generate_pdf '{}'
```

## Direct MCP Connection

Endpoint: `https://pdf-generator--axel-belfort.run.tools`

## Tools (1)

- `document_generate_pdf` — Use this when you need to create a PDF document from HTML or Markdown content. Returns binary PDF with custom formattin…

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