9.5

Table Of Contents
http://localhost:8080/png/sample.qxp?page=2
Example GET
URL
To add a new page to an existing spread in a project, use code like the following:
Spread spread = new Spread();
Page page = new Page();
Example, object
model
page.UID = "5";
page.operation = "CREATE";
spread.page = new Page[]{page};
To edit the properties of an existing page, use the following object hierarchy:
ModifierRequest < Project < Layout < Spread < Page
To delete a page, set its operation attribute to "DELETE".
To render a page in a particular layout, use a URL like the following:
http://localhost:8080/png/sample.qxp?layout=2&page=3
Notes
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.
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
A GUIDE TO QUARKXPRESS SERVER 9.5 | 85
USING QUARKXPRESS SERVER