Rapport Financier PDF
Genere bilan et compte de resultat PDF avec cellules fusionnees
Creez un rapport financier imprimable a partir de JSON.
**Inclut :**
- Bilan avec `rowspan/colspan`
- Compte de resultat avec totaux
- Parametres de devise et decimales
Documentation de l'API
Point de terminaison de la requête
POST /fr/api/tools/pdf-financial-report
Paramètres de la requête
| Nom du paramètre | Type | Requis | Description |
|---|---|---|---|
| reportTitle | text | Oui | - |
| companyName | text | Non | - |
| periodLabel | text | Non | - |
| currency | text | Non | - |
| decimalPlaces | number | Non | - |
| statementData | textarea | 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-financial-report": {
"name": "pdf-financial-report",
"description": "Genere bilan et compte de resultat PDF avec cellules fusionnees",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-financial-report",
"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]