Examples システム event_printstart.pxdx

印刷時にエラーとして印刷を止める
<?xml version="1.0" encoding="shift-jis" ?>
<pxd paper-type="A4">
   <event type="printstart" report="./open.php" />
   <page>
      <svg width="21cm" height="29.7cm" viewBox="0 0 2100 2970">
         <text x="200" y="500" font-size="200" >サンプル!</text>
         <line stroke-width="1" x1="200" y1="500" x2="1200" y2="500"/>
      </svg>
   </page>
</pxd>