Catégories

Certificats PDF en Lot

Genere des certificats PDF depuis CSV

Une page par ligne CSV.

Documentation de l'API

Point de terminaison de la requête

POST /fr/api/tools/pdf-certificates-batch

Paramètres de la requête

Nom du paramètre Type Requis Description
csvContent textarea Oui -
certificateTitle text Non -
organizationName text Non -
awardText text Non -
signatoryName text Non -
signatureLabel text Non -
datePrefix text Non -
nameField text Non -
dateField text Non -
courseField text Non -
scoreField text Non -
themeColor color Non -
pageSize select Non -
landscape 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-certificates-batch": {
      "name": "pdf-certificates-batch",
      "description": "Genere des certificats PDF depuis CSV",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-certificates-batch",
      "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]