render
Convert HTML, Markdown, or a public URL into PDF or PNG files. Generate reports, invoices, offers, documentation, or screenshots with custom CSS, margins, and page formats, saving the output locally.
Instructions
Render HTML, Markdown or a URL to a PDF (default) or PNG file. Use for reports, invoices, offers, documentation, screenshots. Returns the local output path. 1 cent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | No | Extra CSS | |
| url | No | Public URL to render | |
| html | No | Full or partial HTML | |
| format | No | ||
| markdown | No | Markdown source (a clean print stylesheet is applied) | |
| landscape | No | ||
| margin_mm | No | Uniform page margin in mm (default 20/18) | |
| png_width | No | ||
| png_height | No | ||
| output_path | No | Where to save the result (extension optional). Default: temp dir | |
| page_format | No | A4 | |
| png_full_page | No | ||
| idempotency_key | No | ||
| footer_page_numbers | No | Add "Seite X/Y" footer |