8.0

Table Of Contents
png
Returns a PNG file of a QuarkXPress project.
Namespace
PNG
Parameters
pngcompression
1 | 2 | 3 | 4
Sets the PNG compression for the PNG
output.
The values are: 1 (lowest compression),
2 (medium compression), 3 (high
compression), and 4 (highest
compression).
The default value is 1.
upadateimage
true | false
Specifies whether to return modified
pictures in the response or not. If set to
false, modified pictures are not returned;
if set to true or if not included, modified
pictures are returned.
Render Modifier
Parameters
boxes
string
Returns multiple boxes.
page
integer
Specifies the single page to be rendered.
scale
Float
.1 to 6.92 for
Windows
.1 to 8 on Mac OS
Determines a percentage of the size of
the page to return. Minimum value is .1
(meaning 10% of size). Maximum value
on Mac OS is 8 (800% of size).
Maximum value on Windows is 6.92
(692% of size).
box
string
Returns a single box.
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.
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
PNG
Alerts
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 server, size of response returned in bytes, and client IP address.
The following is a sample of a transaction entry:
8/3/2005 11:52:59 - png/sample.qxp - Type: image/png - Size: 5454 - Client:
127.0.0.1
Page 56