8.0

Table Of Contents
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
The QuarkXPress project is printed as PostScript.
Alerts
This page range is
invalid.
HTTP Error #500
QuarkXPress Server Error #147
This alert is displayed when you try to render a page range
that exceeds the number of pages in the QuarkXPress
project.
What to do: Check the number of pages in the project and
enter a correct page range to render.
No file produced. The
document requested
contains only blank
pages.
HTTP Error #500
This alert is displayed when you try to render a blank
project.
What to do: You cannot generate a blank PostScript file.
PostScript printer
mapped to file not
found
HTTP Error #500
This alert is displayed when the postscript printer or driver is
not set to Print to File.
What to do: Install a postscript printer and set the postscript
printer to Print to File.
This Output Style does
not exist
This alert is displayed when you specify a non-existent output
style.
This Output Style
cannot be used with
this render type
This alert is displayed when you specify an output style that
does not conform to the render type.
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/2/2004 20:04:08 - postscript/Sample.qxp - Type: application/postscript - Size:
1143346 - 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/2/2005 19:58:27 - Error - Error Code: 10121 - No file produced. The document
requested contains only blank pages.
Example GET
URL
http://localhost:8080/postscript/Sample.qxp
Example, Object
Model
Request Object Name : PostScriptRenderRequest
Code Snippet :
//STEP1: Create the QuarkXPress Server Request Context and set the nescessary
Page 59