Openpieces logoopenpieces
Back to marketplace

Coverter

ACTION

Converts HTML content to PDF using headless Chromium (Puppeteer). Accepts raw HTML or a URL, returns a downloadable PDF.

Haniel0 installs0 starsPublished 6/13/2026 · 1mo ago

Endpoints

· 2
POST/convert

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/

Similar ACTION Pieces