2017

Table Of Contents
USING QUARKXPRESS SERVER
100 | A Guide to QuarkXPress Server 2017
location for the saved-
as project (other than
the document pool).
savetopool true | false
Lets you specify
whether the project
should be saved to the
document pool.The
d
efault value for this
paramter is true.
However, if you specify
a path value, the
default value changes
to false, which means if
you want the project
saved to the document
pool, you must
explicitly set savetopool
to true.
replace true | false
Lets you specify
whether the saved
project should replace a
project with the same
name. The default
value is true.
Response The message “Document successfully saved.”
Alerts
File not found.
HTTP Error #404 QuarkXPress Server Error #–43
This alert displays if you supply an incorrect file
name or the file is not available to QuarkXPress
Server.
Bad filename/
pathname.
HTTP Error #404 QuarkXPress Server Error #–43
This alert displays if you supply an incorrect file
name or the file is not available to QuarkXPress
Server.
The file path is invalid.
HTTP Error #500 This alert displays if you supply
an invalid path parameter. What to do: Specify
the correct file path with the path parameter.
The specified folder is
Read-Only.
HTTP Error #500 This alert displays if you try to
save a project to a folder with read-only access.
Logs
If the request succeeds, a transaction success message is written to the
QuarkXPress Server transaction log file. For example: 11/16/2005 15:41:42
— saveas/5mb.qxp — Type: — Size: 28 — Client: 127.0.0.1If an alert
displays, an error message is written to the QuarkXPress Server error log
file. For example:11/16/2005 15:42:12 — Error — Error Code: 10371 —
The file path is invalid.
Example, GET URL
To save a PDF file named “Customer1.pdf” in the folder HDD:temp and
also in the document pool, use a URL like the following. Note that this
URL will cause the saved-as file to replace any existing file with the same
name.http://localhost:8080/saveas/pdf/sample.qxp?
newname=Customer1&path=HDD:temp&savetopool=true
Example, object model Request object name: SaveAsRequestcom.quark.qxpsm.QRequestContext