2022.1

Table Of Contents
element means converting it into a JPG or PNGimage. For a JPG image you can set the quality
of the resulting image in a percentage.
Note
Rasterization options are only available for Boxes (<div> elements); see "Boxes" on
page730.
Note
A business graphic in an Email section is rasterized by default and output as PNG image,
because email clients usually don't support SVG images.
SVG images in an Email section give an error in the Preflight window (see "Doing a
Preflight" on page930).
See also:
l "Before generating Email output" on page1561
l "Before generating Web output" on page1571
Script Debugger
The Script Debugger allows you to test personalization scripts by setting breakpoints and
stepping through the scripts. (See also: "Testing scripts" on page928.)
There are two ways to start the Script Debugger:
l Click the Debug Scripts button in the toolbar of the Scripts pane. The Script Debugger
will pause and accept input as soon as it processes the first script.
l Right-click an enabled script in the Scripts panel and choose Debug from the contextual
menu. The Script Debugger will pause and accept input as soon as it processes the
selected script.
The Debugger simulates an output run with only the current record and appears as soon as the
merge engine processes the selected script, or the first script if no script was selected. You can
then add breakpoints and/or step through the code.
Meanwhile, the Workspace will display the partially merged document.
Page 1057