8.0

Table Of Contents
spreads
Specifies which spreads to render.
Parameters
spreads
Boolean
1 | 0 | true | false |
yes | no
Generates the preview in spreads.
Response
Preview of the project in spread format.
Alerts
Logs
If the project is successfully rendered, a transaction success message is written to
the QuarkXPress Server Transaction Log file. The transaction entry consists of the
date and time of the request, render type, project name, type of response
produced by the server, size of response returned in bytes, and client IP address.
The following is a sample of a transaction entry:
1/16/2006 11:14:03 - pdf/project23.qxp - Type: application/pdf - Size: 1084 -
Client: 127.0.0.1
Example GET
URL
http://localhost:8080/pdf/sample.qxp?spreads=true
Notes
Which render types support the spreads parameter?
The spreads parameter is only supported by the PDF render type.
Page 113