Render Markdown/HTML to PDF
render_pdfRender markdown (or simple HTML) into a clean, printable A4 PDF. Supports headings, paragraphs, bullet and numbered lists, blockquotes, code blocks, horizontal rules, and inline bold/italic/code. Returns the PDF as base64 plus page count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | PDF document title metadata | |
| format | No | Input format, default markdown | |
| content | Yes | The markdown or HTML source to render |