Coverter
ACTIONConverts HTML content to PDF using headless Chromium (Puppeteer). Accepts raw HTML or a URL, returns a downloadable PDF.
Endpoints
· 2POST/convertConverts HTML or URL content to PDF using pure JS rendering
Input Schema
{
"type": "object",
"required": [],
"properties": {
"url": {
"type": "string",
"description": "Public URL to fetch and render"
},
"html": {
"type": "string",
"description": "Raw HTML string to render"
},
"options": {
"type": "object",
"description": "PDF generation options (format, landscape, margin)"
}
}
}GET/Serves the HTML to PDF converter UI with file upload and paste support
✦
Similar ACTION Pieces
Shared Terminal
Full-featured web terminal with Node.js, Python, Deno, git, and build tools — running in a Podman container with Ubuntu 24.04
Coolify Logs Watcher
Polls Coolify API for application logs, stores in SQLite, exposes search endpoints for support email triage. Monitors free-copier-py, free-copier-express, and free-copier-next runtime logs. Used by the Events pipeline (Sydney) to find relevant errors when drafting support responses.