分类

PDF图章批注

模拟已审阅/机密等图章效果并叠加到PDF页面

在 PDF 页面上模拟办公室印章风格,支持预设文字、位置、角度和透明度。

示例结果

3 个示例

全页已审阅图章

在每页添加带日期的轮廓REVIEWED图章

stamp-annotations-example1.pdf 查看文件
查看输入参数
{ "inputPdf": "/Users/quyue/www/elysia-tools/public/samples/pdf/pdf-2026-02-11-source-2pages.pdf", "scope": "all", "textPreset": "reviewed", "position": "top-right", "style": "outline", "stampColor": "#C73131", "rotateDeg": -18, "opacity": 0.74, "margin": 28, "withDate": true }

第2页机密填充图章

仅在第2页中心添加填充CONFIDENTIAL图章

stamp-annotations-example2.pdf 查看文件
查看输入参数
{ "inputPdf": "/Users/quyue/www/elysia-tools/public/samples/pdf/pdf-2026-02-11-source-2pages.pdf", "scope": "custom", "customPages": "2", "textPreset": "confidential", "position": "center", "style": "filled", "stampColor": "#8F1F1F", "rotateDeg": -12, "opacity": 0.62, "margin": 20, "withDate": false }

首页自定义LEGAL HOLD图章

首页添加旋转轮廓风格自定义文字图章

stamp-annotations-example3.pdf 查看文件
查看输入参数
{ "inputPdf": "/Users/quyue/www/elysia-tools/public/samples/pdf/pdf-2026-02-11-source-2pages.pdf", "scope": "first", "textPreset": "custom", "customText": "LEGAL HOLD", "position": "bottom-left", "style": "outline", "stampColor": "#2D5CA8", "rotateDeg": -28, "opacity": 0.7, "margin": 32, "withDate": true }

Click to upload file or drag and drop file here

Maximum file size: 100MB Supported formats: application/pdf

关键信息

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

概览

在 PDF 页面上模拟办公室印章风格,支持预设文字、位置、角度和透明度。

适用场景

  • 当你需要在浏览器中快速 process pdf, text 内容时,可以使用它。
  • 适合需要可重复输入和快速结果的 document tools 工作流。
  • 如果你想先用真实文件验证流程,再迁移到代码或 API 调用,这个工具很合适。

工作原理

  • 先输入 输入PDF, 页面范围, 自定义页码, 图章预设。
  • 工具会处理请求并返回 file 类型的结果。
  • 针对文件类流程,建议先使用具有代表性的 pdf, text 测试文件验证边界情况和输出质量。

使用场景

在调试或 QA 场景下处理 pdf, text 数据。
在接入 API 或自动化流程前先验证输出结果。
使用代表性样本文件和边界案例测试整个流程。

用 Samples 测试

pdf, text, file

相关专题

常见问题

PDF图章批注 是做什么的?

PDF图章批注 可帮助你在线 process pdf, text 内容,无需单独编写本地脚本或应用。

什么时候适合用这个工具?

当你需要快速完成 process 流程、验证输出结果,或需要一个浏览器内的 document tools 工具时,就适合使用它。

可以用样本数据测试这个工具吗?

可以。页面会推荐相关样本文件,方便你立即开始测试。

PDF图章批注 支持哪些输入?

PDF图章批注 支持 输入PDF, 页面范围, 自定义页码, 图章预设 and supports file uploads for 1 field.

PDF图章批注 有 API 吗?

有。工具页包含可供脚本调用的 API 端点,方便你从手动测试过渡到自动化使用。

API 文档

请求端点

POST /zh/api/tools/pdf-stamp-annotations

请求参数

参数名 类型 必填 描述
inputPdf file (需要先上传) -
scope select -
customPages text -
textPreset select -
customText text -
position select -
style select -
stampColor color -
rotateDeg number -
opacity number -
margin number -
withDate checkbox -

文件类型参数需要先通过 POST /upload/pdf-stamp-annotations 上传获取 filePath,然后将 filePath 传递给对应的文件字段。

响应格式

{
  "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-stamp-annotations": {
      "name": "pdf-stamp-annotations",
      "description": "模拟已审阅/机密等图章效果并叠加到PDF页面",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-stamp-annotations",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

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

支持 URL 文件链接或 Base64 编码作为文件参数。

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