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
scale
Specifies the scale factor for enlarging or reducing rendered images. Used for all built-in formats that
generate raster formats.
Parameters
scale
Float
.1 to 6.92 for
Windows
.1 to 8 for Mac
Determines a percentage of the page size
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%).
Response
Preview of the project with scale applied.
Alerts
Invalid scale
parameter.
HTTP Error #500
This alert is displayed when an invalid scale value is given.
What to do: Enter a valid scale value.
Logs
If the project is successfully rendered, 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, render type, project name, type of response
produced by the server, size of response returned in bytes, and client IP address.
The size of the returned document is greater than the size of the original document
because the scale applied on the document is returned by the server.
The following is a sample of a transaction entry:
8/3/2004 15:19:04 - jpeg/sample.qxp - Type: image/jpeg - Size: 1647112 - Client:
127.0.0.1
If an alert is displayed, an error message is written to the QuarkXPress Server
Error Log file. The transaction entry in the error log contains the date and time of
the request, the error code, and the error message.
The following is a sample of an error log transaction entry:
8/3/2004 15:47:50 - Error - Error Code: 10060 - Invalid scale parameter.
Example GET
URL
http://localhost:8080/png/sample.qxp?scale=2
Notes
The scale parameter is supported by the JPEG, PNG, and EPS render types.
Page 111