8.5

Table Of Contents
Pages
The pages render modifier lets you render multiple pages. The pdf and postscript
namespaces support this parameter.
Lets you specify which pages to render.String (page range)
pages
Parameters
eps, jpeg, png, postscript, raw, pdf, screenpdf, swf
Compatible with
HTTP Error #500This page range is
invalid.
Alerts
QuarkXPress Server Error #147
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 has
This alert displays if you use the pages parameter with the jpeg, eps, png,
or qxpdoc render type.
no way of
rendering the
desired objects.
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 14:04:44 pdf/2000.qxp Type: application/pdf Size: 13271 Client: 127.0.0.1
If an alert is dispayed, an error message is written to the QuarkXPress Server Error Log file. The
transaction entry in the error log 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/3/2005 14:01:44 Error Error Code: 147 This page range is invalid.
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.
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 jpeg/sample.qxp Type: image/jpeg Size: 1647112 Client: 127.0.0.1
If an alert is displayed, an error message is written to the QuarkXPress Server Error Log file. The
transaction entry in the error log 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:
66 | QXP SERVER 8.5 WEB INTEGRATION GUIDE
USING THE WEB INTERFACE