2016

Table Of Contents
QuarkXPress Server Manager object model classesDescriptionFunction
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
HTML5RenderRequest
Returns a .zip file containing HTML5 output.html5
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 and updating server
settings, and presenting and clearing App Studio Publishing Portal credentials.
appstudio
Namespace
Lets you generate an HTML5
article and upload it to the App
String
upload
Parameters
Studio Publishing Portal. For
example:
http://localhost:8080/
appstudio/upload/template.qxp?
organization=XXX&
publication=YYY&issue=ZZZ&
article=AAA
Lets you generate an HTML5
article and returns it as a .zip file.
For example:
http://localhost:8080/
appstudio/html/template.qxp
String
html
Lets you log in to the App Studio
Publishing Portal. For example:
http://localhost:8080/
appstudio/setcredential?
username=XXX&password=YYY
String
setcredential
52 | A GUIDE TO QUARKXPRESS SERVER 2016
USING QUARKXPRESS SERVER