8.5
Table Of Contents
- Contents
- About this Guide
- Getting started with QuarkXPress Server
- The QuarkXPress Server user interface
- Server Configuration dialog box
- Server preferences
- Preferences — Application — Display
- Preferences — Application — Input Settings
- Preferences — Application — Font Fallback
- Preferences — Application — Open and Save
- Preferences — Application — XTensions Manager
- Preferences — Application — Fonts
- Preferences — Application — EPS
- Preferences — Application — Error Reporting
- Preferences — Application — Full Res Preview
- Preferences — Application — Job Jackets
- Preferences — Application — Modifier
- Preferences — Application — PDF
- Preferences — Application — PSD Import
- Preferences — Application — Placeholders
- Preferences — Application — Fraction/Price
- Preferences — Application — Picture Effects
- Preferences — Project — General
- Preferences — Project — XML Import
- Preferences — Layout — General
- Preferences — Layout — Measurements
- Preferences — Layout — Paragraph
- Preferences — Layout — Character
- Preferences — Layout — Trapping
- Preferences — Layout — Grid Cell Fill
- Preferences — Layout — Color Manager
- Preferences — Layout — Layers
- Style sheets
- Colors
- H&Js
- Output styles
- Font mapping
- Source setups
- Output setups
- PPML consumers
- Server XTensions Manager
- Status Monitor
- Other QuarkXPress Server menu items
- Creating URL requests
- Modifying layouts with XML
- QuarkXPress Server XTensions software
- Telegraph XTensions software
- QuarkXPress Server Monitor
- QuarkXPress Server Manager
- Understanding QuarkXPress Server Manager
- Working with QuarkXPress Server Manager
- Starting QuarkXPress Server Manager
- Request handler binding
- Configuring QuarkXPress Server instances
- Managing the cache
- Managing logs
- Controlling load balancing
- Using a proxy server
- Generating automatic e-mail messages
- Using other global settings
- Saving a server configuration
- Exporting a server configuration
- Using custom error messages
- Sending requests from a browser
- QuarkXPress Server Manager Scripting Environment
- Glossary
- Legal notices
- Index
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