2017

Table Of Contents
USING QUARKXPRESS SERVER
A Guide to QuarkXPress Server 2017 | 59
jpeg
The jpeg render type returns a JPEG rendering of a page or spread.
//processRequest() API RequestService service = new RequestServiceStub();
com.quark.qxpsm.QContentData data =
service.processRequest(requestCtx);
Notes
You can only create an ePUB file from a project that includes a reflow
article.
Namespace JPEG
Parameters
jpegquality 1 | 2 | 3 | 4
L
ets you specify the
image quality of a
rendered JPEG image.
The valid values are: 1
(highest quality), 2
(high quality), 3
(medium quality), and
4 (lowest quality). The
default value is 1.
upadateimage true | false
Lets you specify
whether to update
imported pictures.
updateflow true | false
Lets you specify
whether to update the
text flow version of a
project to the current
version.
pasteboard true | false
Lets you specify
whether to display
pasteboard items.
Works only with spread
parameter. The default
value is true. For
example:http://localhos
t:8080/jpeg/document.
qxp?
spread=1&pasteboard=t
rue
showboxoutline true | false
Lets you specify
whether to include
bounding box outlines
in the response JPEG
image even if the boxes
have no content.. The
default value is false.
download true | false
Renders the images in a
Zip package for
download.