2015

Table Of Contents
call the processRequest() API
RequestService service = new RequestServiceStub();
com.quark.qxpsm.QContentData data =
service.processRequest(requestCtx);
Understanding render modifiers
Render modifiers let you control which parts of a project are rendered and set the scale
of the returned renderings. The topics covered here include the following:
DescriptionProperty
The box render modifier lets you render a single box.
box
The boxes render modifier lets you render multiple boxes.
boxes
The layer render modifier lets you show and hide layers prior to rendering. This render modifier
also lets you add and remove layers from a project on the server.
layer
The layout render modifier lets you render a particular layout.
layout
The movepages render modifier lets you move pages prior to rendering.
movepages
The page render modifier lets you render a single page.
page
The pages render modifier lets you render multiple pages.
pages
The scale render modifier lets you specify the scale at which content is rendered.
scale
The spread render modifier lets you render a single spread.
spread
The spreads render modifier lets you render multiple spreads.
spreads
Additional render-type-specific parameters are listed on each render type's page.
In the QuarkXPress Server Manager API, render modifiers are properties of render
request classes.
Render modifier names are not case-sensitive.
annotateerrors
The annotateerrors render 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.
Includes descriptions of rendering errors as notes in the
layout.
String
annotateerrors
Parameters
pdf, qxpdoc, xml, postscript
Compatible with
See Understanding loggingLogs
http://localhost:8080/png/sample.qxp?box=annotateerrors
Example GET
URL
Descriptions of rendering errors are formatted with the default character style sheet.Notes
A GUIDE TO QUARKXPRESS SERVER 2015 | 75
USING QUARKXPRESS SERVER