8.1

Table Of Contents
This alert displays if the target picture is in a format that is not
compatible with the picture effects feature
HTTP Error #500Cannot load picture effects
to this box.
This alert displays if you try to apply picture effects to a non-picture
box or to an empty box.
This alert is recorded in the QuarkXPress Server error log file if you
try to apply picture effects to a document saved in QuarkXPress 5.0
or earlier. This alert is not displayed in the status monitor.
This Layout uses Picture
Effects that are not
supported in QuarkXPress
v5 format. Downsaving the
document without picture
effects.
HTTP Error #500Invalid Preset File!
This alert displays if the preset file is invalid.
HTTP Error #500There is no Picture Effect
with that name.
This alert displays if the preset file does not exist.
This alert is recorded in the QuarkXPress Server error log file if
QuarkXPress Server is unable to apply picture effects to some of the
The Vista effects were not
applied to one or more
images. boxes specified in the request. This alert is not displayed in the status
monitor.
This alert is recorded in the QuarkXPress Server error log file if
QuarkVista XTensions software is not present or has been disabled.
This alert is not displayed in the status monitor.
This document may not
display or print correctly
because the Vista XTensions
software is not present.
If the request succeeds, a transaction success message is written to the QuarkXPress Server transaction
log file. This message includes the date, time, request type, project name, response type, response
size in bytes, and client IP address. For example:
Logs
11/21/2005 17:09:32 qxpdoc/project3.qxp Type: application/vnd.Quark.QuarkXPress Size:
10273792 Client: 127.0.0.1
If an error occurs, an error message is written to the QuarkXPress Server Error Log. The transaction
entry in the error log contains the date and time of the request, the error code, and the error
message. The following is a sample of an error log transaction entry:
11/21/2005 16:40:13 Error Error Code: 10400 The picture is not compatible with the Preset.
To apply a picture effects preset to the pictures in the boxes named "pb2" and "box2", use a URL
like the following:
http://localhost:8080/abc.qxp?applyvistaeffect=
color.vpf&vistabox=pb2,box2
Example, GET
URL
To remove a picture effects preset from the picture in the box named "pb2", use a URL like the
following:
http://localhost:8080/abc.qxp?deletevistaeffect=pb2
Request object names: VistaRequest
sdk.QRequestContext rc = new sdk.QRequestContext();
Example, object
model
if(!this.DocumentSettings1.documentName.Text.Equals(""))
rc.documentName =
this.DocumentSettings1.documentName.Text;
//STEP 2(SPECIFIC TO REQUESTS):
//Create the QuarkVista
QXP SERVER 8.1 WEB INTEGRATION GUIDE | 73
USING THE WEB INTERFACE