Examples 用紙関連 paperCopies.pxdx

印刷部数の設定
<?xml version="1.0" encoding="utf-8" ?>
<pxd paper-type="A4" >
<dialog copy="5" visible="false"/>
<page>
<svg width="21cm" height="29.7cm" viewBox="0 0 2100 2970">
<text x="200" y="500" font-size="200" >サンプル1!</text>
<line stroke-width="1" x1="200" y1="500" x2="1200" y2="500"/>
</svg>
</page>
<page>
<svg width="21cm" height="29.7cm" viewBox="0 0 2100 2970">
<text x="200" y="500" font-size="200" >サンプル2!</text>
<line stroke-width="1" x1="200" y1="500" x2="1200" y2="500"/>
</svg>
</page>
</pxd>