LOG to PNG Rest API.
The API for converting Word LOG documents to PNG images.
API Request
No valid authentication secret or token provided
Parameter | Description | Value |
---|---|---|
Secret
Optional |
String
Authentication secret must be provided as a query parameter. If omitted, token must be provided.
|
Secret
|
Token
Optional |
String
Authentication token must be provided as a query parameter. If omitted, secret must be provided.
|
Token
|
Parameter | Description | Value |
---|---|---|
FileName
Optional |
String
Converted output file name without extension. The extension will be added automatically.
|
FileName
|
StoreFile
Optional |
Bool
Store converted file on our secure server and provides download URL. Default: False
|
StoreFile
|
Parameter | Description | Value |
---|---|---|
Timeout
Optional |
Integer
Conversion timeout in seconds. Default: 300 Values: 10 .. 1200 |
Timeout
|
Parameter | Description | Value |
---|---|---|
Async
Optional |
Bool
Run conversion job asynchronously. Default: False
|
Async
|
JobId
Optional |
String
Conversion job self generated UUID (RFC 4122) used for getting conversion result asynchronously.
|
JobId
|
Parameter | Description | Value |
---|---|---|
DocumentPassword
Optional |
String
Sets the password to open protected documents.
|
DocumentPassword
|
PageRange
Optional |
String
Set page range. Default: 1-999
|
PageRange
|
Parameter | Description | Value |
---|---|---|
ImageResolutionH
Optional |
Integer
Set output image horizontal resolution in dpi. Default: 300 Values: 1 .. 3000 |
ImageResolutionH
|
ImageResolutionV
Optional |
Integer
Set output image vertical resolution in dpi. Default: 300 Values: 1 .. 3000 |
ImageResolutionV
|
ScaleImage
Optional |
Bool
Scale the output image. If ScaleImage is False output document will be stripped to ImgHeight / ImgWidth, if ScalePage is True output document will be scaled to ImgHeight / ImgWidth. Default: False
|
ScaleImage
|
ScaleProportions
Optional |
Bool
Constrain proportions when scaling the output image. Default: False
|
ScaleProportions
|
ScaleIfLarger
Optional |
Bool
Scaling only if the input image is larger than the output. Default: False
|
ScaleIfLarger
|
ImageHeight
Optional |
Integer
Image height in pixels.
Values: 10 .. 5000 |
ImageHeight
|
ImageWidth
Optional |
Integer
Image width in pixels.
Values: 10 .. 5000 |
ImageWidth
|