Catégories

Checklist PDF

Genere un checklist PDF avec cases simulees

Checklist imprimable avec pseudo-cases.

Documentation de l'API

Point de terminaison de la requête

POST /fr/api/tools/pdf-checklist-form

Paramètres de la requête

Nom du paramètre Type Requis Description
title text Oui -
subtitle text Non -
checklistItems textarea Non -
checkedIndexes text Non -
columns select Non -
showIndex checkbox Non -
showFooter checkbox Non -
pageSize select Non -
landscape checkbox Non -
printBackground checkbox Non -
waitUntil select Non -
waitTime 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-checklist-form": {
      "name": "pdf-checklist-form",
      "description": "Genere un checklist PDF avec cases simulees",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-checklist-form",
      "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]