2020

Table Of Contents
USING QUARKXPRESS SERVER
screenpdf
The screenpdf render type returns a low-resolution PDF rendering of a project.
This render type overrides the PDF Workflow setting in the QuarkXPress Server
administration interface (Administration > Preferences > Renderer > PDF) and
always sends the PDF file to the browser.
qxpreq.setDocumentVersion(request.getParameter( “XpressDocVersion”));
qxpreq.setLayout(request.getParameter(“Layout”));
requestCtx.setRequest(qxpreq); // STEP3: Create the service and call the
processRequest() API RequestService service = new RequestServiceStub();
com.quark.qxpsm.QContentData data =
service.processRequest(requestCtx);
Namespace Screenpdf
Parameters
outputstyle stylename
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/screenpdf/
sample.qxp?outputsty
le=stylename To use
settings that have
been captured with
the Capture Settings
in the QuarkXPress
Print dialog box, use
document. For
example:http://localh
ost:8080/screenpdf/
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
keywords of the PDF
file.
includehyperlinks 1 | 0 | true | false | yes | no
Lets you specify
whether to include
hyperlinks in the PDF
file.
76 | A GUIDE TO QUARKXPRESS SERVER 2020