2017

Table Of Contents
USING QUARKXPRESS SERVER
A Guide to QuarkXPress Server 2017 | 43
sessionId
Parameter Type Description
s
essionId
S
tring
Session to be
closed.
getOpenDocs
Gets all the open documents in the session. If the session
does not exist, an error is returned.
Parameter Type Description
sessionId String
S
ession whose
open documents
are sought.
getOpenSessions Gets all open sessions.
g
etPreferences
G
ets QuarkXPress Server preferences.
setPreferences Sets QuarkXPress Server preferences.
getXPressDOM Creates a DOM for the specified document.
newDoc
Creates a new document for modification and keeps it
open until further notice. The document is created with a
single layout. To create a more complex document, use the
processRequestEx API. If a document with the same name
is already open, an error is returned. If the session does not
exist, an error is returned.
Parameter Type Description
docName String
Document to be
opened for
modification.
Provide the name
only. You can
proivde a relative
path when you
save the
document.
jobJacketName String
Name of the Job
Jackets file to be
used. The Job
Jackets file is
assumed to be
already available
on the
QuarkXPress
server computer.
jobTicketName String
Name of the Job
Ticket to be used.
host String
The QuarkXPress
Server instance
that should be
used for this
document
modification. If