PDF Operations
Render PDF pages as images
Creates a task to render specified pages of a PDF file as images.
Authorization
x-api-key
<token>
API Key for authentication
In: header
Request Body
application/json
Optionalinputrequired
string
The id of the file to operate on.
name
string
The name of the file
Minimum length:
1
Maximum length: 30
dpi
integer
Dots per inch (DPI) for the rendered image. Default is 300.
Default:
300
Minimum: 72
Maximum: 600
pages
string
Page range (e.g., 2-7), a comma-separated list (e.g., 2,3,7) of pages.
Response Body
The response of an render task
TypeScript Definitions
Use the response body type in TypeScript.
responserequired
Render Response
The response of an render task