8.0

Table Of Contents
getprojinfo
Returns information about a specific QuarkXPress project loaded in the QuarkXPress Server document
pool. The information is returned in XML format and identifies the operating system, the QuarkXPress
version in which the project was created, the size of the project, the page properties of layouts, and
information about named boxes and synchronized text.
Namespace
getprojinfo
Response
The following XML code displays detailed document information about version,
platform, page properties, length and width of pages, and number of pages. It also
displays named boxes and synchronized text of the document.
<? xml version="1.0" encoding="UTF-8" ?>
<PROJINFO>
<PLATFORM>WINDOWS</PLATFORM>
<VERSION>6.0</VERSION>
<NAME>Sample.qxp</NAME>
<SIZE>1519616 Bytes</SIZE>
<SYNCHRONIZED/>
<LAYOUT>
<NAME>Layout 1</NAME>
<TYPE>Print</TYPE>
<PAGES>4</PAGES>
<PAGEPROPERTIES>
<WIDTH>432</WIDTH>
<LENGTH>756</LENGTH>
</PAGEPROPERTIES>
<NAMEDBOX>
<BOX>box2</BOX>
<BOX>box1</BOX>
</NAMEDBOX>
</LAYOUT>
</PROJINFO>
Alerts
The getprojinfo
command can only
be used for
QuarkXPress 6
documents and
later.
HTTP Error #500
This alert is displayed when the getprojinfo parameter
requests a QuarkXPress 4.0 or 5.0 document.
What to do: You cannot use the getprojinfo parameter with
QuarkXPress 4.0 or 5.0 documents.
Incorrect
administration realm
user name and
password.
HTTP Error #401
This alert is displayed when an invalid administrator user name
and password are specified.
What to do: Enter the correct user name and password that
were set in the server configuration and then resubmit the
getprojinfo request with the correct user name and
password.
Logs
If the document 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, document name, type of response
Page 202