Sign PDF with a Digital Certificate
POST
/api/v1/security/cert-sign
Security
请求参数
Body 参数multipart/form-data
fileInput
file
必需
certType
enum<string>
必需
枚举值:
PEMPKCS12JKS
privateKeyFile
file
可选
certFile
file
可选
p12File
file
可选
jksFile
file
可选
password
string <password>
可选
showSignature
boolean
必需
默认值:
false
示例值:
false
reason
string
可选
默认值:
Signed by SPDF
示例值:
Signed by SPDF
location
string
可选
默认值:
SPDF
示例值:
SPDF
name
string
可选
默认值:
SPDF
示例值:
SPDF
pageNumber
integer <int32>
可选
默认值:
1
示例值:
1
showLogo
boolean
必需
默认值:
true
示例值:
true
示例代码
返回响应
修改于 2025-06-22 03:57:35