2016

Table Of Contents
requestCtx.setDocumentName(docName);
// STEP 2(SPECIFIC TO REQUESTS):Create the QuarkXPress
// renderer request and embed it in the request context.
QuarkXPressRenderRequest qxpreq = new
QuarkXPressRenderRequest();
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);
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.
Screenpdf
Namespace
Lets you specify an output style. To use a named
output style, use the name of that output style.
For example:
http://localhost:8080/screenpdf/
sample.qxp?outputstyle=stylename
stylename
outputstyle
Parameters
To use settings that have been captured with
the Capture Settings in the QuarkXPress Print
dialog box, use document. For example:
http://localhost:8080/screenpdf/
sample.qxp?outputstyle=document
Lets you specify the title of the PDF file.String
title
Lets you specify the subject of the PDF file.String
subject
Lets you specify the author of the PDF file.String
author
Lets you specify keywords of the PDF file.String
keywords
Lets you specify whether to include hyperlinks
in the PDF file.
1 | 0 | true | false |
yes | no
includehyperlinks
Lets you specify whether to export lists as
hyperlinks. To use this parameter, you must set
includehyperlinks to true.
1 | 0 | true | false |
yes | no
exportlistsashyperlinks
Lets you specify whether to export the index as
hyperlinks. To use this parameter, you must set
includehyperlinks to true.
1 | 0 | true | false |
yes | no
exportindexesashyperlinks
Lets you specify whether to export lists as
bookmarks. To use this parameter, you must
set includehyperlinks to true.
1 | 0 | true | false |
yes | no
exportlistsasbookmarks
Lets you specify whether the PDF file is a
composite or includes separations.
composite or
separations
mode
70 | A GUIDE TO QUARKXPRESS SERVER 2016
USING QUARKXPRESS SERVER