pdfcn.dev
A collection of beautifully designed, accessible, and customizable PDF components. Built on Takumi and Forme. Works with shadcn/ui.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 0 · Act 12 · Transact 0 · Score: Not yet scored
Tool inspector
pdfcn_generate_pdf
Generate and download a PDF document. Opens the PDF in a new browser tab for viewing or downloading. Uses the template's default sample data.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
base |
string | no | PDF rendering engine (default: takumi) |
block |
string | yes | The document template to generate (e.g. invoice-classic) |
Raw JSON schema
{
"properties": {
"base": {
"description": "PDF rendering engine (default: takumi)",
"enum": [
"takumi",
"forme"
],
"type": "string"
},
"block": {
"description": "The document template to generate (e.g. invoice-classic)",
"enum": [
"invoice-classic",
"invoice-consultant",
"invoice-corporate",
"invoice-creative",
"invoice-minimal",
"invoice-modern",
"report-financial",
"report-marketing",
"report-operations",
"report-security"
],
"type": "string"
}
},
"required": [
"block"
],
"type": "object"
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…