10.1

Table Of Contents
This alert displays if you try to render a page range that exceeds the number
of pages in the project.
HTTP Error #406The renderer for
this image type
This alert displays if you use the pages parameter with the jpeg, eps, png,
or qxpdoc render type.
has no way of
rendering the
desired objects.
See Understanding loggingLogs
http://localhost:8080/pdf/sample.qxp?pages=24
Example, GET
URL
To render pages in a particular layout, use a URL like the following:
http://localhost:8080/pdf/sample.qxp?layout=2&pages=2,3
Notes
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
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};
A GUIDE TO QUARKXPRESS SERVER 10.1 | 81
USING QUARKXPRESS SERVER