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.

dpi
  • Any value between 1 and 600 can be used to output an exact pixel dimension

<definition dpi="200">
output
  • vector - PDF format with layered elements and embedded fonts

  • vector-singlepage - Single page PDF

  • jpeg - JPG output

  • png - PNG output

sample use
<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'.

sample use
<page type="cover" width="20" height="10" output-name="cover"/>
background-transparent
  • true - production file & preview renders without a white background

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

unit

Omit the unit parameter to have it default to millimeters

  • inch - sets all of the units to inches instead of the default millimeters

pages

Set the default number of pages for a new project

min

Set the minimum number of pages possible in a project

max

Set the maximum number of pages possible in a project

add

Set the number of pages that are added or removed to a project when a user adds/deletes pages

trimbox

Set trimbox="true" in order for the bleed dimensions to be embedded into the production PDF as to define the intended dimensions of the finished page, after trimming. This can be useful for adding printer marks pre-press or to work with other finishing equipment.

Last updated