Categories

PDF Financial Report

Generate a financial report PDF with balance sheet, income statement, and merged table cells

Create a ready-to-print financial report PDF from structured JSON data. **Includes:** - Balance sheet with merged cells (`rowspan`/`colspan`) - Income statement with automatic totals - Currency and decimal precision controls **Input:** - Optional custom JSON for assets, liabilities, equity, and income statement sections

API Documentation

Request Endpoint

POST /en/api/tools/pdf-financial-report

Request Parameters

Parameter Name Type Required Description
reportTitle text Yes -
companyName text No -
periodLabel text No -
currency text No -
decimalPlaces number No -
statementData textarea No -
pageSize select No -
landscape checkbox No -
printBackground 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-financial-report": {
      "name": "pdf-financial-report",
      "description": "Generate a financial report PDF with balance sheet, income statement, and merged table cells",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-financial-report",
      "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]