Sanitize a PDF file
POST
/api/v1/security/sanitize-pdf
Security
请求参数
Body 参数multipart/form-data
fileInput
file
必需
removeJavaScript
boolean
必需
默认值:
true
示例值:
true
removeEmbeddedFiles
boolean
必需
默认值:
true
示例值:
true
removeXMPMetadata
boolean
必需
默认值:
false
示例值:
false
removeMetadata
boolean
必需
默认值:
false
示例值:
false
removeLinks
boolean
必需
默认值:
false
示例值:
false
removeFonts
boolean
必需
默认值:
false
示例值:
false
示例代码
返回响应
修改于 2025-06-22 03:57:35