8.1

Table Of Contents
8/3/2004 15:47:50 Error Error Code: 10060 Invalid scale parameter.
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.
If the request succeeds, a transaction success message is written to the QuarkXPress Server
transaction log file. This message includes the date, time, request type, project name, response
type, response size in bytes, and client IP address. For example:
Logs
8/3/2004 15:19:04 sample.qxp Type: image/jpeg Size: 1647112 Client: 127.0.0.1 If an
alert is displayed, a transaction error message is written to the QuarkXPress Server Error Log file.
The transaction entry in the error log file contains the date and time of the request, the error code,
and the error message. The following is a sample of an error log transaction entry:
8/5/2005 9:43:02 Error Error Code: 10072 The requested spread does not exist.
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
If the request succeeds, a transaction success message is written to the QuarkXPress Server
transaction log file. This message includes the date, time, request type, project name, response
type, response size in bytes, and client IP address. For example:
Logs
1/16/2006 11:14:03 pdf/project23.qxp Type: application/pdf Size: 1084 Client: 127.0.0.1
68 | QXP SERVER 8.1 WEB INTEGRATION GUIDE
USING THE WEB INTERFACE