Catégories

Maquette Formulaire PDF Multi-pages

Disposition de formulaire imprimable avec champs, cases et signature

Genere des formulaires multi-pages plus esthetiques pour impression.

Exemples de résultats

2 Exemples

Formulaire d'inscription sur deux pages

Genere un formulaire imprimable propre avec infos personnelles et signature

multipage-form-mock-example1.pdf Voir fichier
Voir paramètres d'entrée
{ "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 }

Checklist paysage compact

Cree un formulaire compact en paysage pour un controle rapide sur site

multipage-form-mock-example2.pdf Voir fichier
Voir paramètres d'entrée
{ "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 }

Documentation de l'API

Point de terminaison de la requête

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

Paramètres de la requête

Nom du paramètre Type Requis Description
title text Oui -
layoutJson textarea Oui -
pageSize select Non -
landscape checkbox Non -
margin number Non -
fieldHeight number Non -
sectionGap number Non -

Format de réponse

{
  "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)"
}
Fichier: Fichier

Documentation de MCP

Ajoutez cet outil à votre configuration de serveur MCP:

{
  "mcpServers": {
    "elysiatools-pdf-multipage-form-mock": {
      "name": "pdf-multipage-form-mock",
      "description": "Disposition de formulaire imprimable avec champs, cases et signature",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-multipage-form-mock",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.

Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]