Decrypt PDF.
POST/pdf/decrypt
Decrypt PDF.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
urlstring
The PDF URL.
bufferstring
The PDF as a Base64-encoded buffer. Can be specified instead of url
.
getAsUrlboolean
Whether the result PDF should be returned as a URL. Default is false
.
Example:
true
passwordstringrequired
The password used to decrypt the PDF. Can be either the user or the owner password.
Responses
- 200
- 400
Success
- application/json
- application/octet-stream
- Schema
- Example (auto)
Schema
urlstringrequired
The result PDF URL.
{
"url": "string"
}
- Schema
Schema
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}