2017

Table Of Contents
USING QUARKXPRESS SERVER
88 | A Guide to QuarkXPress Server 2017
a
nnotateerrors
T
he
a
nnotateerrors
r
ender modifier lets you include descriptions of rendering
errors as notes in the layout itself. In rendered QuarkXPress files, errors are
displayed as notes. In rendered PDFs, errors are displayed as comments. In XML
output, errors are displayed as notes XML markup.
appenderrors
The appenderrors render modifier lets you include descriptions of rendering
errors after the last page in the layout. Descriptions of rendering errors are
formatted in 10-point magenta Arial.
box
The box render modifier lets you render a single box.
Parameters annotateerrors String
Includes descriptions of
rendering errors as
notes in the layout.
Compatible with pdf, qxpdoc, xml, postscript
L
ogs
S
ee “Understanding logging.”
Example GET URL http://localhost:8080/png/sample.qxp?box=annotateerrors
Notes
Descriptions of rendering errors are formatted with the default character
style sheet.
Parameters appenderrors String
Includes descriptions of
rendering errors after
the last page in the
layout.
Compatible with pdf, qxpdoc, xml, postscript
Logs See “Understanding logging.”
Example GET URL http://localhost:8080/png/sample.qxp?box=appenderrors
Notes Descriptions of rendering errors are formatted in 10-point magenta Arial.
Parameters
box String
Lets you specify which
box to render.
overlap String
Lets you specify
whether to show the
area overlapped by the
specified box.
Compatible with jpeg, png, raw
Alerts
There is no box with
the specified identifier.
HTTP Error #500 This alert displays if you
request a box that does not exist.
Cannot render box. The
box must be within the
page boundaries.
HTTP Error #500 This alert displays if you
request a box that is outside the page boundary.
The renderer for this
image type has no way
of rendering the desired
HTTP Error #406 This alert displays if you try to
use the box parameter with the eps, pdf, or
qxpdoc render types.