2017

Table Of Contents
USING QUARKXPRESS SERVER
A Guide to QuarkXPress Server 2017 | 173
E
xportprefsasjj
T
he
e
xportprefsasjj
r
equest handler returns the default Job Jackets file as an
XML stream. If you add
?download=true. the Job Jackets file is downloaded to the
Web browser’s default download location as an XML file.
Fileinfo
The fileinfo request handler returns XML that contains the creation date,
modification date, and file size of a document.
Namespace exportprefsasjj
Response The default Job Jackets file.
Alerts
I
ncorrect administration realm
user name and password.
HTTP Error #401 This alert
displays if you specify an
invalid administrator user name
a
nd password. What to do: Use
the user name and password set
in the QuarkXPress Server
Manager client Server
Configuration dialog box.
Logs See “Understanding logging.”
Example GET URL http://localhost:8080/exportprefsasjj
Notes
If a user name and password have been set in the Server
Configuration dialog box, the browser requests that user name
and password when you submit a getdocinfo parameter request.
Namespace fileinfo
Parameters
action=get
Lets you retrieve the creation
date of a file in UTC format. For
example:http://localhost:8080/fi
leinfo/sample.qxd?
action=get&creationdate
action=set
Lets you set the creation and
modification dates of a file in
UTC format. For
example:http://localhost:8080/fi
leinfo/sample.qxp?
action=set&creationdate=10-06-
2007 12:12:37 UTC&
modificationdate=10-06-2007
12:12:37 UTC
Response
The following XML code displays the creation date, modification
date, and size of the document.<?xml version=”1.0”
encoding=”UTF-8” ?> <FILEINFO> <CREATIONDATE>08-01-
2004 06:14:07 UTC </CREATIONDATE>
<MODIFICATIONDATE>08-01-2004 11:56:56 UTC
</MODIFICATIONDATE> <SIZE>1519616</SIZE> </FILEINFO>
Alerts
Incorrect administration realm
user name and password.
HTTP Error #401 This alert
displays if you specify an
invalid administrator user name