分类

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 }

关键信息

分类
Document Tools
输入类型
text, textarea, select, checkbox, number
输出类型
file
样本覆盖
4
支持 API
Yes

概览

PDF多页表单样板工具是一款高效的文档生成器,旨在帮助用户快速创建结构清晰、美观的卡片式多页表单。通过简单的 JSON 布局配置,您可以轻松定义文本框、复选框及签名区,生成适合打印后手写填写的专业文档。

适用场景

  • 需要为线下活动或办公场景快速制作纸质登记表时。
  • 需要统一规范化手填表单的排版与字段布局时。
  • 需要生成包含签名区、多选框等交互元素的专业打印文档时。

工作原理

  • 在布局 JSON 中定义表单的页面结构、标题及各部分的字段类型。
  • 根据需求调整页面尺寸、页边距以及字段高度等排版参数。
  • 点击生成按钮,工具将自动渲染并输出可直接打印的 PDF 文件。

使用场景

企业入职信息采集表制作
现场活动签到与审核检查表
客户满意度调查纸质问卷

用户案例

1. 双页信息采集表

HR 专员
背景原因
公司需要为新入职员工准备一份纸质信息登记表,包含个人信息、偏好设置及最后的签名确认。
解决问题
手动排版 Word 文档容易导致格式错乱,且难以统一字段间距。
如何使用
使用 JSON 定义两页布局,第一页包含个人信息和偏好,第二页放置备注和签名区。
示例配置
[{"title": "Application Form - Page 1", "sections": [{"title": "Personal Information", "fields": [{"type": "text", "label": "Full Name"}, {"type": "text", "label": "Email"}]}, {"title": "Preferences", "fields": [{"type": "checkbox", "label": "Subscribe"}]}]}, {"title": "Application Form - Page 2", "sections": [{"title": "Comments", "fields": [{"type": "textarea", "label": "Notes"}, {"type": "signature", "label": "Signature"}]}]}]
效果
生成了一份格式整齐、专业且易于打印的 PDF 表单,员工可直接打印并签字。

2. 紧凑横版检查表

现场审核员
背景原因
审核员需要在施工现场进行快速检查,需要一份横向排版的单页检查表,方便在户外快速勾选。
解决问题
标准纵向表格在现场使用时不够直观,且空间利用率低。
如何使用
设置页面为横向(Landscape),并调整字段高度以适应快速勾选。
示例配置
[{"title": "Site Review", "sections": [{"title": "Verification", "fields": [{"type": "text", "label": "Inspector"}, {"type": "checkbox", "label": "Safety signs"}, {"type": "signature", "label": "Approver"}]}]}]
效果
获得了一份紧凑的横版 PDF,非常适合在现场快速记录和审核。

用 Samples 测试

json, pdf, text

相关专题

常见问题

我可以自定义表单的页面大小吗?

可以,工具支持选择 A4 或 Letter 尺寸,并可设置横向或纵向排版。

支持哪些类型的表单字段?

目前支持文本输入框、多行文本域、复选框以及专门的签名区域。

生成的 PDF 可以直接打印吗?

是的,生成的 PDF 专为打印优化,布局清晰,适合线下分发和手写填写。

如何调整表单的紧凑程度?

您可以通过调整“页边距”、“字段高度”和“分节间距”参数来控制表单的整体密度。

布局 JSON 格式复杂吗?

不复杂,只需按照页面、分节、字段的层级结构编写简单的 JSON 数组即可。

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]