2017

Table Of Contents
QUARKXPRESS SERVER XTENSIONS SOFTWARE
406 | A Guide to QuarkXPress Server 2017
A
pp Studio XTensions software
T
he App Studio XTensions modules allow QuarkXPress Server to render Print and
App Studio layouts in QuarkXPress projects as AVE issue files.
In QuarkXPress 9.5.1.1, an option was added to allow the App Studio output to
convert sections to page stacks. A new URL parameter
convertsectionstopagestacks has been added to provide this ability.
The XML example below demonstrates how to apply sections using the
M
odifierXML:
<PAGESEQUENCE MASTERREFERENCE=”APSMaste rPages”
FORCEPAGECOUNT=”NOFORCE”>
SECTIONNUMBERFORMAT FORMAT=”NUMERIC” INITIALPAGENUMBER=”1”/>
The element SECTIONNUMBERFORMAT creates a section start which applied to all
pages in the page sequence. Each
PAGESEQUENCE could have its own
SECTIONNUMBERFORMAT.
If the modify request is sent to the server and each PAGESEQUENCE in the
ModifyXML has its own SECTIONNUMBERFORMAT, creating sections, and the URL
parameter contains
convertsectionstopagestacks=true, the digital issue
navigation would be as follows:
If the URL parameter contains
convertsectionstopagestacks=false, the
digital issue navigation would be as follows:
By default,
convertsectionstopagestacks is false.