2016

Table Of Contents
AVERenderRequest avereq = new AVERenderRequest();
avereq.setAVEData(request.getParameter("AVEData"));
avereq.setFormat(request.getParameter(
"Format"));
avereq.setLayout(request.getParameter(
"Layout"));
requestCtx.setRequest(avereq);
//STEP3: Create the service and call the
//processRequest() API
RequestService service = new RequestServiceStub();
com.quark.qxpsm.QContentData data =
service.processRequest(requestCtx);
The default AVE output style is used.Notes
eps
The eps render type returns an EPS rendering of a page or spread.
EPS
Namespace
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/pdf/
sample.qxp?outputstyle=stylename
To use settings that have been
captured with the Capture
Settings in the QuarkXPress Print
dialog box, use document. For
example:
http://localhost:8080/pdf/
sample.qxp?outputstyle=document
Lets you specify an EPS format.
The default value is color.
color
epsformat
Lets you include or omit a TIFF
preview. The default value is tiff.
tiff | none
epspreview
Lets you specify a data type for the
EPS file. The default value is
clean8bit.
ascii | binary |
clean8bit
epsdata
Lets you specify whether the EPS
can include transparent areas.
1 | 0 | true |
false | yes | no
epstransparent
Lets you specify whether to update
imported pictures.
true | false
updateimage
Lets you specify whether to update
the text flow version of a project
to the current version.
true | false
updateflow
Lets you specify a page.Integer
page
Render modifier
parameters
Lets you specify whether to render
blank pages.
1 | 0 | true |
false | yes | no
produceblankpages
Lets you specify a scaling
percentage. The valid values are
Float .1 to 6.92
for Windows
scale
A GUIDE TO QUARKXPRESS SERVER 2016 | 55
USING QUARKXPRESS SERVER