XML Definition Parameters
Production file sizes, output settings and other parameters are defined in an XML file.
The following parameters can be set on the main <definition>
tag.
output
vector
- PDF format with layered elements and embedded fontsvector-singlepage
- Single page PDFjpeg
- JPG outputpng
- PNG output
<definition output="png" background-transparent="true">
output-name
The output-name parameter allows you to define not only the 'type name' of the production file, but also allows you to decide how the production PDFs are grouped together. For example, by default similarly sized pages will be grouped in a single multi-page PDF, but you can group any pages you want together by having the same 'output-name'.
<page type="cover" width="20" height="10" output-name="cover"/>
minimum-dpi
Only one of the following values can be used to set the benchmark for when the enduser receives a resolution warning for any image element they add to a project.
18
36
72
100
150
200
300
400
500
600
Last updated