Cards (Folded)

Sample Card XML Definition for a 5 x 7inch folded card

<definition pages="2" unit="inch" dpi="300" output="vector" minimum-dpi="100">
    <set>
        <captions><center>Front</center></captions>
        <page type="front" bleed="0.125" width="5.25" height="7.25" />
    </set>
    <set>
          <captions><center>Back</center></captions>
          <page type="back" bleed="0.125" width="5.25" height="7.25" />
    </set>
</definition>

Last updated