8.0
Table Of Contents
- Overview
- New and enhanced features
- Getting started
- Functions
- Function overview
- Render types
- Content modifiers
- Render modifiers
- XML modify
- XML deconstruct and construct
- About XML deconstruct/construct
- xml
- construct
- Deconstructing a project
- Constructing a project
- Working with pages and spreads
- Working with layers
- Working with boxes
- Working with pictures
- Working with text
- Working with tables
- Working with Composition Zones
- Using server XSLT
- Working with lists
- Working with anchored boxes
- Working with placeholders
- Working with metadata
- Working with hidden text
- Administrative Request handlers
- The Modifier DTD
- Sample applications
- Contact Quark
- Legal notice
Render modifiers
Use render modifiers to control how a rendered project is previewed.
Parameters
page
integer
Specifies the single page to be rendered.
pages
String (page range)
Specifies the multiple pages to be
rendered.
box
string
Returns a single box.
boxes
string
Returns multiple boxes.
scale
Float
.1 to 6.92 for
Windows
.1 to 8 for Mac
Determines a percentage of the size of
the page to be returned. The minimum
value for the scale parameter is .1
(meaning 10% of size). The maximum
value for the scale parameter on Mac
OS is 8 (meaning 800% of size). On
Windows, the maximum scale value is
6.92 (692%).
spread
integer
Specifies which spread to render.
Spread numbers start with 1. Spread
number 1 refers to the first page (which
is the first spread) in a project.
spreads
Boolean
1 | 0 | true | false |
yes | no
Generates the preview in spreads.
layout
String
Specifies the layout name or number to
render. Layout numbers start with 1.
Layout=1 refers to the first layout in the
project. You can also specify the layout
name with this parameter.
Response
Preview of the QuarkXPress project with render modifiers applied.
Alerts
Logs
If the request is successfully processed, a transaction success message is written to
the QuarkXPress Server Transaction Log file. The transaction entry consists of the
date and time of the request, project name, paths to any external Composition
layouts, type of response produced by server, size of response returned in bytes
and client IP address.
The following is a sample of a transaction entry:
1/16/2006 14:53:22 - color.qxp - Type: image/jpeg - Size: 8683 - Client:
127.0.0.1
Example GET
URL
http://localhost:8080/pdf/sample.qxp
Notes
Are the render modifiers case-sensitive?
No. None of the render modifiers is case-sensitive.
Page 98