8.5

Table Of Contents
Removing QuarkVista effects
Clients can remove all QuarkVista effects applied to images using the deletevistaeffect
parameter. Consider the following example:
http://QXPServer:8080/abc.qxp?deletevistaeffect=pb2
This URL removes any QuarkVista effects applied to the picture in the picture box named
pb2.
Clients can remove a QuarkVista effect applied to multiple images from a single URL.
Consider the following example:
http://QXPServer:8080/abc.qxp?deletevistaeffect=p1,p2,p3
This URL removes any QuarkVista effects applied to pictures in the picture boxes named
p1, p2, and p3.
If you apply and remove QuarkVista effects in the same URL, the deletevistaeffect
parameter takes precedence.
If you open a project that uses QuarkVista effects, but QuarkVista XTensions software is
not enabled, the QuarkVista effects are ignored. If Log Errors is enabled
(QuarkXPress Server > Server Configurations > Logging tab), an entry is made in the
QuarkXPress Server error log file.
QuarkXPress Server Layer XTensions software
You can use QuarkXPress Server Layer XTensions software to control the visibility of
specific layers in a rendered QuarkXPress project. You can also add layers, delete layers,
edit layer attributes, and control whether layers are rendered.
When you use the getdocinfo namespace, QuarkXPress Server returns information about
items on all of the layers in the QuarkXPress project, including layers that are not visible.
QuarkXPress Server Layers XTensions software adds a Layers pane to the Preferences
dialog box (QuarkXPress Server > Preferences). For more information, see "Server
preferences."
Clients can use the layer parameter to specify a layer (even a hidden layer) to be rendered.
For example, the URL http://QXPServer:8080/doc.qxp?layer=layer1 renders only
the layer named "layer1" in the project named "doc.qxp."
Clients can specify more than one layer in a single URL. For example, the URL
http://QXPServer:8080/doc.qxp?layer=layer1,layer2 renders the layers named
"layer1" and "layer2."
For information about the parameters for this feature, see the QuarkXPress Server Web
Integration Guide.
78 | A GUIDE TO QUARKXPRESS SERVER 8.5
QUARKXPRESS SERVER XTENSIONS SOFTWARE