PDF Certificates Batch
Batch-generate certificate PDFs from CSV rows (name/date/course fields)
Generate multi-page certificate PDF from CSV input.
**Features:**
- CSV injection for name/date/course/score fields
- One certificate page per row
- Theme color and signature settings
API Documentation
Request Endpoint
POST /en/api/tools/pdf-certificates-batch
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| csvContent | textarea | Yes | - |
| certificateTitle | text | No | - |
| organizationName | text | No | - |
| awardText | text | No | - |
| signatoryName | text | No | - |
| signatureLabel | text | No | - |
| datePrefix | text | No | - |
| nameField | text | No | - |
| dateField | text | No | - |
| courseField | text | No | - |
| scoreField | text | No | - |
| themeColor | color | 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-certificates-batch": {
"name": "pdf-certificates-batch",
"description": "Batch-generate certificate PDFs from CSV rows (name/date/course fields)",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-certificates-batch",
"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]