8.0

Table Of Contents
jpeg
Returns a JPEG file of a QuarkXPress project.
Namespace
JPEG
Parameters
jpegquality
1 | 2 | 3 | 4
Sets the image quality of a rendered
JPEG image. The values are: 1 (highest
quality), 2 (high quality), 3 (medium
quality), and 4 (lowest quality). The
default value is 1.
upadateimage
true | false
Specifies whether to return modified
pictures in the response or not. If set to
false, modified pictures are not returned;
if set to true or if not included, modified
pictures are returned.
Render Modifier
Parameters
boxes
string
Returns multiple boxes on a JPEG
output.
page
integer
Specifies the single page to be rendered.
scale
Float
.1 to 6.92 for
Windows
.1 to 8 on Mac
OS)
Determines a percentage of the size of
the page to be returned. Minimum value
is .1 (meaning 10% of size). Maximum
value on Mac OS is 8 (800% of size).
Maximum value on Windows is 6.92
(692% of size).
box
string
Returns a single box.
spread
integer
Specifies which spread to render.
Spread numbers start with 1; spread
number 1 refers to the first page (which
is the first spread) in a project.
layout
String
Specifies the layout name or number to
render. Layout numbers start with 1;
Layout=1 refers to the first layout in the
project. You can also specify the layout
name with this parameter.
Response
JPEG
Alerts
Logs
If the project is successfully rendered, a transaction success message is written to
the QuarkXPress Server Transaction Log file. The transaction entry consists of the
date and time of the request, render type, project name, type of response
produced by server, size of response returned in bytes, and client IP address.
The following is a sample of a transaction entry:
8/3/2005 11:27:42 - jpeg/sample.qxp - Type: image/jpeg - Size: 31715 - Client:
127.0.0.1
If an alert is displayed, an error message is written to the QuarkXPress Server
Page 53