8.0
Table Of Contents
- Overview
- New and enhanced features
- Getting started
- Functions
- Function overview
- Render types
- Content modifiers
- Render modifiers
- XML modify
- XML deconstruct and construct
- About XML deconstruct/construct
- xml
- construct
- Deconstructing a project
- Constructing a project
- Working with pages and spreads
- Working with layers
- Working with boxes
- Working with pictures
- Working with text
- Working with tables
- Working with Composition Zones
- Using server XSLT
- Working with lists
- Working with anchored boxes
- Working with placeholders
- Working with metadata
- Working with hidden text
- Administrative Request handlers
- The Modifier DTD
- Sample applications
- Contact Quark
- Legal notice
Function overview
This section provides an overview of available functions in QuarkXPress Server. For detailed
information about a specific function, click on the function name.
Note: QuarkXPress Server uses
case-sensitive XML code.
For QuarkXPress Server Manager users
This section describes the object model by including the collection of request classes that can be chained
together to form compound QuarkXPress Server requests. This WIG object model is exposed as a Web
service, and the WSDL class definitions can be easily downloaded and used by the client. The samples
distributed as part of this WIG demonstrate how these classes can be used to invoke a QuarkXPress
Server command and manipulate the response.
The "predefined" classes in this WIG are composed of render types, render modifiers, content modifiers,
xml modifiers, xml deconstructors and constructors, and request handlers. The render modifiers are
included as properties of the renderer request classes.
Render types
Render types are namespaces you can use to return a QuarkXPress project in a specified file format.
Developers can implement additional rendering formats through server XTensions software.
Function
Description
QuarkXPress Server Manager
object model classes
eps
Returns an EPS file.
EPSRenderRequest
jpeg
Returns a JPEG image.
JPEGRenderRequest
pdf
Returns a PDF file.
PDFRenderRequest
png
Returns a PNG image.
PNGRenderRequest
postscript
Returns a PostScript file.
PostScriptRenderRequest
ppml
Returns PPML output.
PPMLRenderRequest
qcddoc
Returns a QuarkCopyDesk
article.
CopyDeskDocRequest
qxpdoc
Returns a QuarkXPress project
file.
QuarkXPressRenderRequest
qxpr
Returns an RLE Raw Custom
format image.
RLERawCustomRenderRequest
raw
Returns a project in a
QuarkXPress internal format.
RawCustomRenderRequest
screenpdf
Returns a low-resolution PDF file.
ScreenPDFRenderRequest
Render modifiers
Render modifiers let you control which parts of a project are returned and set the scale of returned
renderings. For QuarkXPress Server Manager users, render modifiers are included as properties of the
render request classes, so they do not have corresponding classes of their own.
Property
Description
Page 43