2020

Table Of Contents
USING QUARKXPRESS SERVER
layout
The layout render modifier lets you render a specific layout.
movepages
The movepages render modifier lets you move pages prior to rendering.
Notes
You cannot add, modify, or delete multiple layers in a single request.You
cannot print layers whose visible and suppressoutput properties are set to
false.You can render a hidden or suppressed layer by referencing it with
the layer parameter. Suppressed layers are rendered for the jpeg, png, and
qxpdoc render types, but not for the pdf, postscript, and eps render
types.You can use the deconstruct and getdocinfo request handlers to view
information about the layers in a project.When you add a layer using
addlayer, any unspecified attributes use the settings in the QuarkXPress
Server layer preferences (Administration > Preferences > Renderer >
Layers).If the visible property is set to false, the suppressoutput property is
automatically set to true.
Parameters layout String
Lets you specify which
layout to render. The
first layout is layout 1.
Compatible with eps, jpeg, png, postscript, raw, pdf, screenpdf
Alerts
The requested layout
does not exist.
HTTP Error #500This alert displays if you supply an
invalid layout value.
Logs See “Understanding logging.”
Example GET URL
To render a layout by its layer ID, use a URL like the
following:http://localhost:8080/png/sample.qxp?layout=2 To render a
layout by its name, use a URL like the
following:http://localhost:8080/png/sample.qxp?layout=Layout 2
Parameters
movepages String
Lets you specify which
pages to move. You
can use a single page
number (for example,
2) or a range of pages
with the starting and
ending page numbers
separated by a hyphen
(for example, 2–5).
afterpage String
Lets you specify the
page after which the
page or pages should
be moved. To move
pages to the
beginning of a layout,
use afterpage=start. To
A GUIDE TO QUARKXPRESS SERVER 2020 | 89