2016

Table Of Contents
Lets you embed a thumbnail in the PDF file.bw | color
thumbnail
Lets you specify the PDF file's color mode.composite |
separations
mode
Lets you turn font download on or off. You
cannot specify which fonts are downloaded.
yes | no
fontdownload
Lets you specify which layers should be
included, as a comma-separated list.
String
layers
Lets you specify the resolution for flattened
content.
Integer value from
36 to 3600
transparencyres
Lets you use PDF/X1a or PDF/X3 verification.pdfx1a | pdfx3
verification
Lets you specify whether to output each page
as a separate file.
yes | no
separate
Lets you specify whether to include blank
plates.
yes | no
produceblankplates
Lets you specify whether to update imported
pictures.
true | false
updateimage
Lets you specify whether to update the text flow
version of a project to the current version.
true | false
updateflow
Lets you specify a single page.Integer
page
Render
modifier
parameters
Lets you specify a range of pages.String (page range)
pages
Lets you specify a spread. The first spread is
spread 1. In a facing-page document, spread 1
consists of the first page.
Integer
spread
Lets you specify a layout by name or ID. The
first layout is Layout 1.
String
layout
Lets you specify that the output use spreads.Boolean (1 | 0 | true
| false | yes | no)
spreads
A screen-resolution PDF fileResponse
HTTP Error #500This page range is invalid.Alerts
QuarkXPress Server Error #147
This alert displays if you try to render an invalid page range.
HTTP Error #500No file produced. The
document requested
contains only blank pages.
This alert displays if you try to render a a project that contains only
blank pages.
See Understanding loggingLogs
http://localhost:8080/screenpdf/sample.qxp?
colorimagedownsample=72&colorcompression=0
Example,
GET URL
Request object name: ScreenPDFRenderRequest
// STEP1: Create the QuarkXPress Server Request Context
// and set the nescessary properties
Example,
object model
com.quark.qxpsm.QRequestContext requestCtx =
new com.quark.qxpsm.QRequestContext();
String docName = request.getParameter("documentName") ;
requestCtx.setDocumentName(docName);
72 | A GUIDE TO QUARKXPRESS SERVER 2016
USING QUARKXPRESS SERVER