10.1

Table Of Contents
//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
from .1 (10%) to 8 (800%) on .1 to 8 on
Mac OS Mac OS or 6.92 (692%) on
Windows.
Lets you specify a spread. The first
spread is spread 1. In a facing-page
Integer
spread
A GUIDE TO QUARKXPRESS SERVER 10.1 | 55
USING QUARKXPRESS SERVER