2016

Table Of Contents
Lets you specify an output style.
To use a named output style, use
stylename
outputstyle
Parameters
the name of that output style. For
example:
http://localhost:8080/ave/
sample.qxp?outputstyle=stylename
To use settings that have been
captured with the Capture
Settings in the QuarkXPress
Export AVE for iPad dialog box,
use document. For example:
http://localhost:8080/ave/
sample.qxp?outputstyle=document
Lets you specify an output format.
Use avemag for AVE-Mag or
String
format
Render modifier
parameters
avedoc for AVE-Doc. The default
is avemag.
Lets you specify a layout by name
or ID. The first layout is Layout 1.
String
layout
Lets you specify a page.Integer
page
Lets you specify a range of pages.String (page
range)
pages
A .zip file containing an AVE issue file and its corresponding manifest.Response
HTTP Error #406The renderer for this image type has
no way of rendering the desired
objects.
Alerts
This alert displays if you submit a render request
with the box parameter.
This alert displays if you specify a nonexistent
output style.
This Output Style does not exist.
This alert displays if you specify an output style
that is incompatible with this render type.
This Output Style cannot be used with
this render type.
HTTP Error #10120Cannot open this document type.
Please select a QuarkXPress document
or template.
This alert displays if you submit an ave request for
a QuarkCopyDesk article.
HTTP Error #10545AVE-Doc for an App Studio layout is
not supported.
This alert displays if you submit an ave request
with format=avedoc for an App Studio layout.
See Understanding loggingLogs
http://localhost:8080/ave/sample.qxp?
format=avemag&layout=2
Example, GET URL
Request object name: AVERenderRequest
//STEP1: Create the QuarkXPress Server Request
//Context and set the necessary properties
Example, object
model
com.quark.qxpsm.QRequestContext requestCtx =
new com.quark.qxpsm.QRequestContext();
Boolean responseAsURL = false;
requestCtx.setDocumentName(docName);
//STEP 2(SPECIFIC TO REQUESTS):
//Create the AVE renderer
//request and embed it in the request context.
54 | A GUIDE TO QUARKXPRESS SERVER 2016
USING QUARKXPRESS SERVER