9.2

Table Of Contents
The "QuarkXPress Server Log.log" file also contains system-level log information. For
example, if a request makes a renderer stop working, you can figure out which request it
was using the transaction ID and the transaction log.
09/03/2011 014:00:07 ERROR
[com.quark.qxps.core.server.ServerRendererMonitor][pool-1-thread-1] - The
QuarkXPress Server Renderer with processId 2620 had quit while processing the
transaction 87212dae-6ba3-4b3f-97bb-ea8f0c255bf9.
To download all logs to a non-server computer, click Show Transaction Log in the
QuarkXPress Server Web interface, then click Download Logs on the upper right.
Understanding render types
Render types are namespaces you can use to return a QuarkXPress project in a specified file
format. The topics covered here include the following:
QuarkXPress Server Manager object model classesDescriptionFunction
AVERenderRequest
Returns a .zip file containing an App Studio
AVE issue file and its corresponding manifest.
ave
EPSRenderRequest
Returns an EPS file.eps
EPubRenderRequest
Returns an ePUB file.epub
JPEGRenderRequest
Returns a JPEG image.jpeg
PDFRenderRequest
Returns a PDF file.pdf
PNGRenderRequest
Returns a PNG image.png
PostScriptRenderRequest
Returns a PostScript file.postscript
CopyDeskDocRequest
Returns a QuarkCopyDesk article.qcddoc
QuarkXPressRenderRequest
Returns a QuarkXPress project file.qxpdoc
RLERawCustomRenderRequest
Returns an RLE Raw Custom format image.qxpr
RawCustomRenderRequest
Returns a project in a QuarkXPress internal
format.
raw
ScreenPDFRenderRequest
Returns a low-resolution PDF file.screenpdf
SWFRenderRequest
Returns a SWF file.swf
The default render type is JPEG.
Developers can implement additional rendering formats through server XTensions software.
ave
The ave render type returns a .zip file containing an App Studio AVE issue file and its
corresponding manifest.
QXP SERVER 9.2 WEB INTEGRATION GUIDE | 31
USING THE WEB INTERFACE