2017

Table Of Contents
USING QUARKXPRESS SERVER
A Guide to QuarkXPress Server 2017 | 183
low;ipaddr=206.195.80.80;mask=255.255.255.1;pos=0 permits connection
filters and specifies the IP address and the subnet mask of the connection.
Setrendererprefs
The setrendererprefs request handler lets you set rendering preferences. To use
this request handler, issue a
getrendererprefs request, determine the name of
the tag that needs to be modified, and then submit a setrendererprefs request
with the using the name of this tag. For example, set color TIFF and gray TIFF
display preferences, you would first submit a
getrendererprefs request to the
server, then update these settings and submit a setrendererprefs request to the
server, like so:
http://server:port/setrendererprefs?modify=<QXPSRENDERERPREFERENC
ES>
<DISPLAY><ColorTIFFs>8-bit</ColorTIFFs><GrayTIFFs>16
levels</GrayTIFFs></DISPLAY>
</QXPSRENDERERPREFERENCES>
This request handler sets the preferences for all renderers.
Attribute Type Description
C
acheSize
i
nteger
Specifies the memory cache size
from 1MB to 1024MB.
DocumentRootFolder string
Specifies the document root
directory.
LogTiming Boolean
Specifies whether to include
t
iming information (such as
processing time and opening
time) in the transaction log.
ForceServedDocumentsClosed Boolean
Causes QuarkXPress Server to
c
lose projects that are loaded
into cache from the document
pool after rendering them.
AllowMemoryCaching Boolean
Specifies whether to store disk-
based projects in a
memory-resident cache.
DefaultRenderType string
Sets the default. Valid values
include PNG, PDF, EPS, PSCR,
QXPD, RAW, RLER, and JPEG.
LogDocProblems Boolean
Specifies whether to log any
project problems.
Namespace setrendererprefs
Response The message “Preferences successfully set.”
Alerts
Incorrect administration realm
user name and password.
HTTP Error #401 This alert
displays if you specify an
invalid administrator user name
and password. What to do: Use
the user name and password set
in the QuarkXPress Server
Manager client Server
Configuration dialog box.