📄 PDF批量签章服务
基于 UniPDF v4 的批量数字签名服务
1. 选择PDF文件
📁
点击选择或拖拽PDF文件到此处
2. 配置签章参数 (JSON格式)
{ "page_signatures": [ { "page_number": 1, "signatures": [ { "cert_path": "certs/cert1.p12", "cert_password": "password1", "image_path": "images/seal1.png", "position": { "x": 50, "y": 700, "width": 100, "height": 100 }, "reason": "审批", "location": "北京", "contact_info": "approver@example.com" } ] } ] }
开始签章
正在处理签章请求...
API 信息
健康检查:
GET /api/v1/health
批量签章:
POST /api/v1/sign/batch
详细文档:
查看 API.md