9.5

Table Of Contents
//Create the AVE renderer
//request and embed it in the request context.
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 the
stylename
outputstyle
Parameters
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
56 | A GUIDE TO QUARKXPRESS SERVER 9.5
USING QUARKXPRESS SERVER