Merge PDF files.
POST/pdf/merge
Merge PDF files.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
- Array [
- array
- string
- Array [
- ]
- ]
files object[]required
urlstring
The PDF URL.
bufferstring
The PDF as a Base64-encoded buffer. Can be specified instead of url
.
pages object
The pages that should be included in the merged document. By default, all pages are included. This is specified as comma-separated page ranges, where 1 means the first page and ^1 the last page.
number
string
getAsUrlboolean
Whether the result PDF should be returned as a URL. Default is false
.
Example:
true
fileNamestring
The file name the result PDF will have. Default is a random ID.
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"
}