Create empty PDF.
POST/pdf/create
Create empty PDF.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
getAsUrlboolean
Whether the result PDF should be returned as a URL. Default is false
.
Example:
true
pagesnumber
The number of pages the new PDF should have. Must be at least 1. Default is 1.
Possible values: >= 1
Example:
10
widthnumber
The width of the pages in points. Default is 595.
Example:
595
heightnumber
The height of the pages in points. Default is 842.
Example:
842
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"
}