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
</LAYOUT>
</PROJECT>
To delete the component named "New Component" from the article named "Article1.qcd,"
you could use XML like the following:
<PROJECT JOBJACKET="Project1 Job Jacket" JOBTICKET="Default Job Ticket
1:Project1"
PROJECTNAME="Project1.qxp" XMLVERSION="8.0">
<LAYOUT POINTSPERINCH="72">
<ID NAME="Layout 1" UID="1"/>
<ARTICLE DOCFORMAT="FULLFEATURED">
<ID NAME="Article 1" UID="1"/>
<COMPONENT OPERATION="DELETE" NAME="New Component"/>
</ARTICLE>
</LAYOUT>
</PROJECT>
For more information, see the QuarkXPress Server Web Integration Guide.
PDF Filter XTensions software
PDF Filter XTensions software allows QuarkXPress Server to render a QuarkXPress project
as a PDF file.
PDF Filter XTensions software adds a PDF pane to the Preferences dialog
box (QuarkXPress Server > Preferences). For more information, see "Server preferences."
To take advantage of more detailed preferences, create a PDF output style and use that
output style when rendering projects as PDF files. For more information, see "Output styles."
To render QuarkXPress projects as PDF files when PDF is not the QuarkXPress Server default
render type, use the PDF namespace, as follows:
http://[server]:[port]/pdf/[projectname]
For information about the parameters for exporting in this format, see the
QuarkXPress Server Web Integration Guide.
PPML Export XTensions software
PPML Export XTensions software allows QuarkXPress Server to export a QuarkXPress
project in PPML format. This module can be used in conjunction with the XML Import
XTensions module to produce customized versions of a layout for different customers.
To render QuarkXPress projects in PPML format when PPML is not the QuarkXPress Server
default render type, use the PPML namespace, as follows:
http://server:port/ppml/projectname?path=[path of output directory on
server]
For information about the parameters for exporting in this format, see the
QuarkXPress Server Web Integration Guide.
74 | A GUIDE TO QUARKXPRESS SERVER 8.5
QUARKXPRESS SERVER XTENSIONS SOFTWARE