Catégories

Bulletin PDF

Genere un bulletin PDF multi-pages

Resume multi-pages par etudiant.

Documentation de l'API

Point de terminaison de la requête

POST /fr/api/tools/pdf-grade-report-card

Paramètres de la requête

Nom du paramètre Type Requis Description
schoolName text Oui -
reportTitle text Non -
termLabel text Non -
reportData textarea Non -
showRank checkbox Non -
includeTeacherComments 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-grade-report-card": {
      "name": "pdf-grade-report-card",
      "description": "Genere un bulletin PDF multi-pages",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-grade-report-card",
      "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]