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
getdocinfo
Returns an information block on a specific QuarkXPress project loaded into the QuarkXPress Server
document pool. The information is returned in XML format and contains the project version, platform,
layers, page properties, the length and width of the project page expressed in points, the number of
pages in the project, a list of linked high-resolution graphics, the names of graphic images that are used in
the QuarkXPress project or template, any required fonts, any required server XTensions modules, and
the relevant XTensions software or server XTensions module IDs. The handler displays synchronized
text only in the case of QuarkXPress 6.0 projects.
Namespace
getdocinfo
Response
The following XML code displays detailed document information regarding
version, platform, layers, page properties, length and width of document pages,
number of pages, and the names of graphic images used in the document.
<? xml version="1.0" encoding="UTF-8" ?>
<PROJINFO>
<PLATFORM>WINDOWS</PLATFORM>
<VERSION>7.0</VERSION>
<NAME>Sample.qxp</NAME>
<REQUIREDXTENSIONS />
<FONTUSAGE>
<FONT>
<NAME>ArialMT</NAME>
</FONT>
</FONTUSAGE>
<LAYOUT>
<NAME>Layout 1</NAME>
<TYPE>Print</TYPE>
<PAGES>4</PAGES>
<PAGEPROPERTIES>
<WIDTH>432</WIDTH>
<LENGTH>756</LENGTH>
</PAGEPROPERTIES>
<LAYERS>
<LAYER>
<NAME>Default</NAME>
</LAYER>
</LAYERS>
<HIRESGRAPHICS>
<GRAPHICLINK>
<FILEPATH>E:\pics\Jpeg\Autumn.jpg</FILEPATH>
<USAGE PAGE="1" UNIQUEID="8" X="126.003" Y="116.967" />
</GRAPHICLINK>
</HIRESGRAPHICS>
</LAYOUT>
</PROJINFO>
Alerts
Incorrect
administration realm
HTTP Error #401
This alert is displayed when an invalid administrator user name
Page 199