9.2

Table Of Contents
Scale
The scale render modifier lets you specify the scale at which content is rendered.
Lets you specify a scaling percentage. The valid values are
from .1 (10%) to 8 (800%) on Mac OS or 6.92 (692%) on
Windows.
Float
scale
Parameters
eps, jpeg, png, raw
Compatible with
HTTP Error #500Invalid scale
parameter.
Alerts
This alert displays if an invalid scale value is provided.
What to do: Enter a valid scale value.
See Understanding loggingLogs
http://localhost:8080/png/sample.qxp?scale=2
Example, GET
URL
Spread
The spread render modifier lets you render a single spread.
Lets you specify which spread to render. Spread numbers
start with 1. The first spread is spread 1. In a facing-page
document, spread 1 consists of the first page.
Integer
spread
Parameters
eps, jpeg, png, postscript, raw, pdf, screenpdf, swf
Compatible with
HTTP Error #500The requested
spread does not
exist.
Alerts
This alert displays if you specify an invalid spread.
See Understanding loggingLogs
http://localhost:8080/png/sample.qxp?spread=2
Example, GET
URL
To add a spread to a project, use code like the following:
Spread spread = new Spread();
spread.UID = "5";
Example, Object
Model
spread.operation = "CREATE";
layout.spread = new Spread[]{spread};
Spread is located at the following place in the object hierarchy:
ModifierRequest < Project < Layout < Spread
To delete a spread, set its operation attribute to "DELETE".
Spreads
The spreads render modifier lets you render layouts in spreads mode, so that pages in
spreads are rendered side-by-side rather than as individual pages.
Lets you specify whether to render spreads
(true) or individual pages (false).
Boolean (1 | 0 | true | false | yes |
no)
spreads
Parameters
eps, jpeg, png, postscript, raw, pdf, screenpdf, swf
Compatible with
60 | QXP SERVER 9.2 WEB INTEGRATION GUIDE
USING THE WEB INTERFACE