PDF-Checkliste
Erstellt PDF-Checklisten mit simulierten Checkboxen
Druckbare Checkliste mit Pseudo-Checkboxen.
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/pdf-checklist-form
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| title | text | Ja | - |
| subtitle | text | Nein | - |
| checklistItems | textarea | Nein | - |
| checkedIndexes | text | Nein | - |
| columns | select | Nein | - |
| showIndex | checkbox | Nein | - |
| showFooter | checkbox | Nein | - |
| pageSize | select | Nein | - |
| landscape | checkbox | Nein | - |
| printBackground | checkbox | Nein | - |
| waitUntil | select | Nein | - |
| waitTime | number | Nein | - |
Antwortformat
{
"filePath": "/public/processing/randomid.ext",
"fileName": "output.ext",
"contentType": "application/octet-stream",
"size": 1024,
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
Datei:
Datei
MCP-Dokumentation
Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:
{
"mcpServers": {
"elysiatools-pdf-checklist-form": {
"name": "pdf-checklist-form",
"description": "Erstellt PDF-Checklisten mit simulierten Checkboxen",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-checklist-form",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.
Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]