PDF Sales Dashboard
Create a visual sales dashboard PDF with charts, data tables, and conclusions
Build a visual reporting PDF for business review meetings.
**Includes:**
- KPI cards
- Chart image blocks (supports front-end generated base64 images)
- Sales table with totals and weighted conversion
- Conclusion list for decision-ready reporting
API Documentation
Request Endpoint
POST /en/api/tools/pdf-sales-dashboard-pdf
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| reportTitle | text | Yes | - |
| periodLabel | text | No | - |
| currency | text | No | - |
| metricCards | textarea | No | - |
| chartImages | textarea | No | - |
| salesTableData | textarea | No | - |
| conclusions | textarea | No | - |
| pageSize | select | No | - |
| landscape | checkbox | No | - |
| waitUntil | select | No | - |
| waitTime | number | No | - |
Response Format
{
"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)"
}
File:
File
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-pdf-sales-dashboard-pdf": {
"name": "pdf-sales-dashboard-pdf",
"description": "Create a visual sales dashboard PDF with charts, data tables, and conclusions",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-sales-dashboard-pdf",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]