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
Choose the menu option QuarkXPress Server > Preferences to display the
Preferences dialog box. Select the PDF option and choose PDF to folder from the
Destination drop-down menu in the Workflow area. Click Browse
and choose the destination folder. It generates a PDF file in the destination folder.
To generate Postscript for later distilling
Choose the menu option QuarkXPress Server > Preferences to display the
Preferences dialog box. Select the PDF option and click PostScript File for Later
Distilling in the PDF Workflow area. Click Browse
and select the destination folder. It generates a ".ps" file in the destination folder.
The role of the PDF Filter XTensions software
The PDF Filter XTensions software is used by QuarkXPress Server to produce PDF
output. If you disable this XTensions software
, QuarkXPress Server will not be able to produce PDF documents.
To generate PDF in any resolution
You can use the colorimagedownsample, grayscaleimagedownsample,
monochromeimagedownsample, colorcompression, grayscalecompression, and
monochromecompression
parameters to set the PDF resolution.
To generate PDF without providing a PDF namespace
Click the Server tab in the Server Configuration dialog box. Choose PDF from the
Type drop-down menu in the Default Render area. Click OK. Submit the PDF
request without including a PDF namespace.
The following is a sample URL for this type of request:
http://localhost:8080/sample.qxp
You need the Adobe® Acrobat® plug-in to view PDF documents in a browser on
Windows.
You can specify an output style and set additional local parameters of that output style.
For example:
http://localhost:8080/pdf/sample.qxp?outputstyle=mystylename&bleed=symmetric
where symmetric
is not specified in the output style.
You can specify an output style and override any setting in that output style with an
additional parameter. For example:
http://localhost:8080/pdf/sample.qxp?outputstyle=mystylename&bleed=symmetric
where symmetric
is specified in the output style but is overridden with asymmetric
If you do not specify an output style for PDF output, the Default Print Output Style
will be used. In this case, the URL is:
http://localhost:8080/pdf/sample.qxp
Page 67