2020

Table Of Contents
USING QUARKXPRESS SERVER
pdf
The pdf render type returns a PDF rendering of a project.
n realm
username
and
password.
name and password set in the Authentication pane of the
General Preferences dialog 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: LiteralRequestcom.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://localh
ost:8080/pdf/
sample.qxp?outputsty
le=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://localh
ost:8080/pdf/
sample.qxp?outputsty
le=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
A GUIDE TO QUARKXPRESS SERVER 2020 | 61