2021.1

Table Of Contents
Specific to parameters with a type parameter specified to a value of jpg, the following optional
name/value pair can be specified:
l quality the image quality of the preview (value ranging from 0-100)
(type of number Default value of 100)
Example
The following is an example of this structure:
{
"type": "png",
"dpi": 150,
"archive": true,
"pages": "1,3,6-11"
}
{
"type": "jpg",
"quality": 90
}
Page 52