分类

PDF多页表单样板

虚拟表单布局(文本框、复选框、签名区)供打印填写

生成更美观的卡片式多页表单样板,适合打印后手填。

示例结果

2 个示例

双页信息采集表

生成包含基本信息与签名区的清晰打印表单

multipage-form-mock-example1.pdf 查看文件
查看输入参数
{ "title": "Applicant Intake Form", "layoutJson": "[\n {\n \"title\": \"Application Form - Page 1\",\n \"sections\": [\n {\n \"title\": \"Personal Information\",\n \"fields\": [\n {\n \"type\": \"text\",\n \"label\": \"Full Name\",\n \"required\": true\n },\n {\n \"type\": \"text\",\n \"label\": \"Email\",\n \"required\": true\n },\n {\n \"type\": \"text\",\n \"label\": \"Phone\"\n }\n ]\n },\n {\n \"title\": \"Preferences\",\n \"fields\": [\n {\n \"type\": \"checkbox\",\n \"label\": \"Subscribe to newsletter\"\n },\n {\n \"type\": \"checkbox\",\n \"label\": \"Receive SMS updates\"\n }\n ]\n }\n ]\n },\n {\n \"title\": \"Application Form - Page 2\",\n \"sections\": [\n {\n \"title\": \"Comments\",\n \"fields\": [\n {\n \"type\": \"textarea\",\n \"label\": \"Additional Notes\"\n },\n {\n \"type\": \"signature\",\n \"label\": \"Applicant Signature\",\n \"required\": true\n }\n ]\n }\n ]\n }\n]", "pageSize": "A4", "landscape": false, "margin": 34, "fieldHeight": 20, "sectionGap": 16 }

紧凑横版检查表

生成适合现场快速审核的单页横版表单

multipage-form-mock-example2.pdf 查看文件
查看输入参数
{ "title": "Site Review Checklist", "layoutJson": "[\n {\n \"title\": \"Checklist Page\",\n \"sections\": [\n {\n \"title\": \"Verification\",\n \"fields\": [\n {\n \"type\": \"text\",\n \"label\": \"Inspector\",\n \"required\": true\n },\n {\n \"type\": \"text\",\n \"label\": \"Date\",\n \"required\": true\n },\n {\n \"type\": \"checkbox\",\n \"label\": \"Safety signs placed\"\n },\n {\n \"type\": \"checkbox\",\n \"label\": \"Equipment calibrated\"\n },\n {\n \"type\": \"textarea\",\n \"label\": \"Notes\"\n },\n {\n \"type\": \"signature\",\n \"label\": \"Approver Signature\"\n }\n ]\n }\n ]\n }\n]", "pageSize": "Letter", "landscape": true, "margin": 28, "fieldHeight": 18, "sectionGap": 12 }

API 文档

请求端点

POST /zh/api/tools/pdf-multipage-form-mock

请求参数

参数名 类型 必填 描述
title text -
layoutJson textarea -
pageSize select -
landscape checkbox -
margin number -
fieldHeight number -
sectionGap number -

响应格式

{
  "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)"
}
文件: 文件

AI MCP 文档

将此工具添加到您的 MCP 服务器配置中:

{
  "mcpServers": {
    "elysiatools-pdf-multipage-form-mock": {
      "name": "pdf-multipage-form-mock",
      "description": "虚拟表单布局(文本框、复选框、签名区)供打印填写",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-multipage-form-mock",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

你可以串联多个工具,比如:`https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`,最多20个。

如果遇见问题,请联系我们:[email protected]