Categories

PDF Receipt / Ticket Generator

Create a thermal-width receipt PDF with bold title and QR code

Generate compact receipts for thermal printers. **Features** - 58mm/80mm thermal widths - Bold title and compact totals - Optional QR code for links or order data **Input** - JSON item list - Store name, order metadata, and totals **Output** - Receipt-style PDF ready for printing

API Documentation

Request Endpoint

POST /en/api/tools/pdf-receipt-ticket

Request Parameters

Parameter Name Type Required Description
storeName text Yes -
receiptTitle text No -
items textarea Yes -
currency text No -
taxRate number No -
paymentMethod text No -
orderNumber text No -
date date No -
thermalWidth select No -
qrData text No -
footerText textarea 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-receipt-ticket": {
      "name": "pdf-receipt-ticket",
      "description": "Create a thermal-width receipt PDF with bold title and QR code",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-receipt-ticket",
      "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]