2017

Table Of Contents
USING QUARKXPRESS SERVER
52 | A Guide to QuarkXPress Server 2017
[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-
e
a8f0c255bf9.
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
R
ender types are namespaces you can use to return a QuarkXPress project in a
specified file format. The topics covered here include the following:
The default render type is JPEG.
Developers can implement additional rendering formats through server XTensions
software.
appstudio
The appstudio render type returns a .zip file containing an App Studio article
rendered from the App Studio layout(s) in the source project. It also includes
mechanisms for uploading an article to the App Studio Publishing Portal, retrieving
Function Description
QuarkXPress Server Manager
object model classes
appstudio
Returns a .zip file containing an
App Studio article rendered
from the App Studio layout(s) in
the source project.
AppStudioRenderRequest
ave
Returns a .zip file containing an
AVE issue file and its
corresponding manifest.
AVERenderRequest
eps Returns an EPS file. EPSRenderRequest
epub Returns an ePUB file. EPubRenderRequest
jpeg Returns a JPEG image. JPEGRenderRequest
PDF Returns a PDF file. PDFRenderRequest
png Returns a PNG image. PNGRenderRequest
postscript Returns a PostScript file. PostScriptRenderRequest
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
swf Returns a SWF file. SWFRenderRequest
html5
Returns a .zip file containing
HTML5 output.
HTML5RenderRequest