2021.1

Table Of Contents
Specific to parameters with a context parameter specified to a value of print, the following
optional name/value pair can be specified:
l bleed whether to include the bleed area in the preview
(type of boolean Default value of false)
l pages the page range to be output in the preview
(type of string Default value is determined by the value of the archive parameter. If the
archive parameter is specified to false, then the default value will be 1. If the archive
parameter is either omitted or specified to a value of true, then the default value will be *
(all pages) )
Specific to parameters with a context parameter specified to a value of either email, or web the
following optional name/value pair can be specified:
l viewPortWidth the image width of the preview in pixels
(type of number Default value of 1024)
Example
The following is an example of this structure:
{
"context": "print",
"type": "png",
"dpi": 150,
"archive": true,
"bleed": true,
"pages": "1-2"
}
{
"context": "web",
"section": "Section 1",
"type": "jpeg",
"viewPortWidth": 1024
}
{
"context": "email",
"section": "Section 2",
"type": "jpg",
Page 77