2017

Table Of Contents
USING QUARKXPRESS SERVER
A Guide to QuarkXPress Server 2017 | 87
If you want to use a custom HTML5 output style, then it must be specified in the
U
RL request:http://<QXPS Server>:<port>/html5/<QXP
Template>?modify=file:<Modifier File>&layouts=iPad (V),iPad (H),iPhone5
(V),iPhone5 (H)&outputstyle=<MyHTML5Style>
Understanding render modifiers
Render modifiers let you control which parts of a project are rendered and set the
scale of the returned renderings. The topics covered here include the following:
Additional render-type-specific parameters are listed on each render type’s page.
In the QuarkXPress Server Manager API, render modifiers are properties of render
request classes.
Render modifier names are not case-sensitive.
Logs See “Understanding logging.”
URL Request to
export as HTML5
Multi Device
Output
http://<QXPS Server>:<port>/html5/<QXP
T
emplate>.qxp?modify=file:<Modifier File>&layouts=iPad (V),iPad (H),iPhone5
(V),iPhone5 (H)
Example, object
model
Request object name: html5RenderRequest
Property Description
box
The box render modifier lets you render a single
box.
boxes
The boxes render modifier lets you render
multiple boxes.
layer
The layer render modifier lets you show and hide
layers prior to rendering. This render modifier
also lets you add and remove layers from a
project on the server.
layout
The layout render modifier lets you render a
particular layout.
movepages
The movepages render modifier lets you move
pages prior to rendering.
page
The page render modifier lets you render a single
page.
pages
The pages render modifier lets you render
multiple pages.
scale
The scale render modifier lets you specify the
scale at which content is rendered.
spread
The spread render modifier lets you render a
single spread.
spreads
The spreads render modifier lets you render
multiple spreads.