Redacts areas and pages in a PDF document
POST
/api/v1/security/redact
Security
请求参数
Body 参数multipart/form-data
fileInput
file
必需
pageNumbers
string
必需
默认值:
all
示例值:
all
redactions
array[object (RedactionArea) {6}]
必需
x
number <double>
可选
y
number <double>
可选
height
number <double>
可选
width
number <double>
可选
page
integer <int32>
可选
color
string
可选
convertPDFToImage
boolean
必需
默认值:
false
示例值:
false
pageRedactionColor
string
必需
默认值:
#000000
示例值:
#000000
示例代码
返回响应
修改于 2025-06-22 03:57:35