2017

Table Of Contents
USING QUARKXPRESS SERVER
62 | A Guide to QuarkXPress Server 2017
pdf
The pdf render type returns a PDF rendering of a project.
box (Administration >
Preferences > General) in the
QuarkXPress Server Web
interface.
Logs See “Understanding logging.”
Example, GET URL http://localhost:8080/literal/Story.doc
Example, object model
Request object name:
L
iteralRequestcom.quark.qxpsm.QRequestContext rc = new
com.quark.qxpsm.QRequestContext();
if(!this.DocumentSettings1.documentName.Text.Equals(“”))
rc.documentName =
this.DocumentSettings1.documentName.Text; rc.request = new
LiteralRequest(); //Create the service and call it with
QRequestContext object RequestService svc = new
RequestService(); com.quark.qxpsm.QContentData qc =
svc.processRequest(rc);
Namespace PDF
Parameters
outputstyle stylename, document
Lets you specify an
output style. To use a
named output style, use
the name of that
output style. For
example:http://localhos
t:8080/pdf/
sample.qxp?outputstyle
=stylename To use
settings that have been
captured with the
Capture Settings in the
QuarkXPress Export as
PDF dialog box, use
document. For
example:http://localhos
t:8080/pdf/
sample.qxp?outputstyle
=document
title String
Lets you specify the
title of the PDF file.
subject String
Lets you specify the
subject of the PDF file.
author String
Lets you specify the
author of the PDF file.
keywords String
Lets you specify
keywords for the PDF
file.