Categories

PDF Checklist Form

Generate printable checklist/task form PDF with pseudo checkboxes and text

Create a clean checklist PDF from text or JSON items. **Features:** - Pseudo checkboxes (checked/unchecked) - Supports line-based and JSON-based item input - Optional index numbers and 1-2 column layout

API Documentation

Request Endpoint

POST /en/api/tools/pdf-checklist-form

Request Parameters

Parameter Name Type Required Description
title text Yes -
subtitle text No -
checklistItems textarea No -
checkedIndexes text No -
columns select No -
showIndex checkbox No -
showFooter checkbox 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-checklist-form": {
      "name": "pdf-checklist-form",
      "description": "Generate printable checklist/task form PDF with pseudo checkboxes and text",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-checklist-form",
      "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]