PdfPageToImageRequest
Pdf Page To Image Request body
NAME | DESCRIPTION |
---|---|
Format Required |
PageExportFormat
Image file format
|
PageNumber Required |
int32
Number of PDF file page. Starts with 1. Default is 1
|
Width Required |
int32
The converted image width. Default is PDF page width
|
Height Required |
int32
The converted image height. Default is PDF page height
|
PdfBase64File Required |
string
Base64 encoded PDF document to process
|