<pdftemplate name="test">
<pagedef pagesize="A3">

<font size="12" face="Times-Italic"></font>

<textbox x="50" y="750" w="495" h="50" justify="center">Insert text here. <var NAME="SUBTITLE"></var></textbox>


<textbox x='50' y='700' color='0,0,255'>Text Color Test</textbox>

    <font size='12' face="Times-Italic"></font>
<textbox x='50' y='600' color='0,0,255'>Test of </textbox>
    <font size='16' face="Times-Roman"></font>
<textbox y='600' color='0,255,0'>x position retention</textbox>
    <font size='12' face="Times-Italic"></font>
<textbox y='600' color='255,0,0'>with font changes</textbox>



<image x='50' y="20" type='png'>examples/hrdm100n.png</image>

<line x1='100' y1='100' x2='200' y2='200' color='0,200,0'></line>
<line x1='100' y1='150' x2='200' y2='250' width='10'></line>

<circle x='150' y='150' r='50' color='200,0,0' width='2'/>
<circle x='350' y='150' r='50' color='200,0,0' fillcolor='0,0,100' width='2'/>

</pagedef>
</pdftemplate>
