Kategorien

PDF-Mehrseiten-Formular-Mock

Virtuelles Formularlayout mit Textfeldern, Checkboxen und Signaturbereich

Erzeugt optisch aufgewertete Mehrseiten-Formulare fur den Ausdruck.

Beispielergebnisse

2 Beispiele

Zweiseitiges Aufnahmeformular

Erzeugt ein sauberes druckbares Formular mit Personaldaten und Signatur

multipage-form-mock-example1.pdf Datei anzeigen
Eingabeparameter anzeigen
{ "title": "Applicant Intake Form", "layoutJson": "[\n {\n \"title\": \"Application Form - Page 1\",\n \"sections\": [\n {\n \"title\": \"Personal Information\",\n \"fields\": [\n {\n \"type\": \"text\",\n \"label\": \"Full Name\",\n \"required\": true\n },\n {\n \"type\": \"text\",\n \"label\": \"Email\",\n \"required\": true\n },\n {\n \"type\": \"text\",\n \"label\": \"Phone\"\n }\n ]\n },\n {\n \"title\": \"Preferences\",\n \"fields\": [\n {\n \"type\": \"checkbox\",\n \"label\": \"Subscribe to newsletter\"\n },\n {\n \"type\": \"checkbox\",\n \"label\": \"Receive SMS updates\"\n }\n ]\n }\n ]\n },\n {\n \"title\": \"Application Form - Page 2\",\n \"sections\": [\n {\n \"title\": \"Comments\",\n \"fields\": [\n {\n \"type\": \"textarea\",\n \"label\": \"Additional Notes\"\n },\n {\n \"type\": \"signature\",\n \"label\": \"Applicant Signature\",\n \"required\": true\n }\n ]\n }\n ]\n }\n]", "pageSize": "A4", "landscape": false, "margin": 34, "fieldHeight": 20, "sectionGap": 16 }

Kompakte Querformat-Checkliste

Erstellt ein kompaktes einseitiges Querformat-Formular fur Vor-Ort-Checks

multipage-form-mock-example2.pdf Datei anzeigen
Eingabeparameter anzeigen
{ "title": "Site Review Checklist", "layoutJson": "[\n {\n \"title\": \"Checklist Page\",\n \"sections\": [\n {\n \"title\": \"Verification\",\n \"fields\": [\n {\n \"type\": \"text\",\n \"label\": \"Inspector\",\n \"required\": true\n },\n {\n \"type\": \"text\",\n \"label\": \"Date\",\n \"required\": true\n },\n {\n \"type\": \"checkbox\",\n \"label\": \"Safety signs placed\"\n },\n {\n \"type\": \"checkbox\",\n \"label\": \"Equipment calibrated\"\n },\n {\n \"type\": \"textarea\",\n \"label\": \"Notes\"\n },\n {\n \"type\": \"signature\",\n \"label\": \"Approver Signature\"\n }\n ]\n }\n ]\n }\n]", "pageSize": "Letter", "landscape": true, "margin": 28, "fieldHeight": 18, "sectionGap": 12 }

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/pdf-multipage-form-mock

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
title text Ja -
layoutJson textarea Ja -
pageSize select Nein -
landscape checkbox Nein -
margin number Nein -
fieldHeight number Nein -
sectionGap 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-multipage-form-mock": {
      "name": "pdf-multipage-form-mock",
      "description": "Virtuelles Formularlayout mit Textfeldern, Checkboxen und Signaturbereich",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-multipage-form-mock",
      "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]