<?xml version="1.0"?> <!DOCTYPE pdf PUBLIC "document" "<doc>document.dtd</doc>"> <pdf> <head> <link type="stylesheet" src="<doc>document.css</doc>"/> <macrolist> <macro id="PageFooter"> <table style="font-size:9pt;font-family:Helvetica" border="0" width="100%"> <tr> <td width="100%" align="left" border-bottom="thin"><b><Hello Size 14pt</b> Hello Size 9pt</td> </tr> </macro> </macrolist> </head> <body header="PageHeader" header-height="30mm" footer="PageFooter" footer-height="70mm"> <doc>document.body</doc> </body> </pdf>