8.0
Table Of Contents
- Overview
- New and enhanced features
- Getting started
- Functions
- Function overview
- Render types
- Content modifiers
- Render modifiers
- XML modify
- XML deconstruct and construct
- About XML deconstruct/construct
- xml
- construct
- Deconstructing a project
- Constructing a project
- Working with pages and spreads
- Working with layers
- Working with boxes
- Working with pictures
- Working with text
- Working with tables
- Working with Composition Zones
- Using server XSLT
- Working with lists
- Working with anchored boxes
- Working with placeholders
- Working with metadata
- Working with hidden text
- Administrative Request handlers
- The Modifier DTD
- Sample applications
- Contact Quark
- Legal notice
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