7.0
Table Of Contents
- Table of contents
- Introduction
- Getting started with QuarkXPress Server
- The QuarkXPress Server user interface
- Server configuration dialog box
- Server preferences
- Application preferences (category)
- Display (pane)
- Input Settings (pane)
- XTensions Manager (pane)
- Font Mapping (pane)
- Deconstruct (Pane)
- EPS (pane)
- Full Res Preview (pane)
- Job Jackets (pane)
- Modifier (pane)
- PDF (Pane)
- Placeholders (pane)
- PSD Import (pane)
- Fraction/Price (pane)
- Picture Effects (pane)
- Project preferences (category)
- General (pane)
- XML Import (pane)
- Default Print Layout (category)
- General (pane)
- Measurements (pane)
- Paragraph (pane)
- Character (pane)
- Tools (pane)
- Trapping (pane)
- Color Manager (pane)
- Layers (pane)
- Style sheets
- Colors
- H&Js
- Output styles
- Output Styles (dialog box)
- Edit EPS Style (dialog box)
- Panes
- General (pane)
- Color (pane)
- Marks (pane)
- Fonts (pane)
- Bleed (pane)
- Transparency (pane)
- OPI (pane)
- JDF (pane)
- Advanced (pane)
- Summary (pane)
- Edit PPML Style (dialog box)
- Panes
- Device (pane)
- Pages (pane)
- Colors (pane)
- Pictures (pane)
- Marks (pane)
- Bleed (pane)
- JDF (pane)
- Advanced (pane)
- Summary (pane)
- Edit PDF Style (dialog box)
- Panes
- Pages (pane)
- Meta Data (pane)
- Hyperlink (pane)
- Compression (pane)
- Color (pane)
- Fonts (pane)
- Marks (pane)
- Bleed (pane)
- Transparency (pane)
- OPI (pane)
- OPI Active (check box)
- JDF (pane)
- Summary (pane)
- Edit Print Style (dialog box)
- Panes
- Device (pane)
- Pages (pane)
- Colors (pane)
- Pictures (pane)
- Fonts (pane)
- Marks (pane)
- Bleed (pane)
- Transparency (pane)
- OPI (pane)
- JDF (pane)
- Summary (pane)
- Font mapping
- Source Setups
- Output Setups
- Server XTensions Manager
- Status Monitor
- Other menu items
- Creating URL requests
- XTensions software
- Telegraph XTensions software
- QuarkXPress Server Monitor
- Glossary
You can specify the render type in the URL for previewing or publishing your
QuarkXPress project. The
Preview mode is identified by JPEG or PNG file
t
ypes; the
P
ublish
m
ode is identified by EPS, PDF, screen PDF, PostScript, or
QuarkXPress project types. If you do not specify the render type, Modifier
XTensions software uses the default render type set in QuarkXPress Server.
For one instance of a picture, you can specify only one of the following tags:
<FITPICTURETOBOX>, <FITBOXTOPICTURE>, or <FITPICTURETOBOXPRO>. If you
include all or multiple XML tags, only the first tag is honored.
SAMPLE XML CODE
This section provides sample XML code that modifies the content of picture
boxes with box IDs 5, 6, and 7.
<PROJECT>
<LAYOUT LAYOUTNAME="Layout 1">
<BOX>
<ID>5</ID>
<PICTURE>
<SCALEACROSS>54</SCALEACROSS>
<SCALEDOWN>100</SCALEDOWN>
<OFFSETACROSS>100</OFFSETACROSS>
<OFFSETDOWN>110</OFFSETDOWN>
<ANGLE>30</ANGLE>
<SKEW>30</SKEW>
<FLIPHORIZONTAL>TRUE</FLIPHORIZONTAL>
<CENTERPICTURE>TRUE</CENTERPICTURE>
<FITBOXTOPICTURE>TRUE</FITBOXTOPICTURE>
</PICTURE>
</BOX>
<BOX>
<ID>6</ID>
<PICTURE>
<FITPICTURETOBOXPRO>TRUE</FITPICTURETOBOXPRO>
<FLIPVERTICAL>TRUE</FLIPVERTICAL>
</PICTURE>
</BOX>
MODIFIER XTENSIONS SOFTWARE
CHAPTER 4: XTENSIONS SOFTW
ARE
|
157