JAN
ファイル名 : jan.pxdx
<?xml version="1.0" encoding="UTF-8"?>
<!-- xmlns:pxd=の記述が必要になる事に注意! -->
<pxd paper-type="a4" orientation="portrait" title="バーコード" xmlns:pxd="http://www.system-can.com/">
<page>
<!-- 値10の時1mmになるように設定 -->
<svg x="0" y="0" width="29.7cm" height="21cm" viewBox="0 0 2970 2100">
<pxd:barcode x="200" y="500" width="600" height="300" type="JAN" data="123456789012"/>
<!-- 横2cm 縦5cm の位置から 2cmの大きさの文字「文字の例」を色「黒」外周の線「無し」で記述 -->
<text x="200" y="400" font-size="50" fill="black" stroke="none">JAN(123456789012) チェックディジット有</text>
<pxd:barcode x="200" y="1000" width="600" height="100" type="JAN" data="123456789012"/>
</svg>
</page>
</pxd>
<!-- xmlns:pxd=の記述が必要になる事に注意! -->
<pxd paper-type="a4" orientation="portrait" title="バーコード" xmlns:pxd="http://www.system-can.com/">
<page>
<!-- 値10の時1mmになるように設定 -->
<svg x="0" y="0" width="29.7cm" height="21cm" viewBox="0 0 2970 2100">
<pxd:barcode x="200" y="500" width="600" height="300" type="JAN" data="123456789012"/>
<!-- 横2cm 縦5cm の位置から 2cmの大きさの文字「文字の例」を色「黒」外周の線「無し」で記述 -->
<text x="200" y="400" font-size="50" fill="black" stroke="none">JAN(123456789012) チェックディジット有</text>
<pxd:barcode x="200" y="1000" width="600" height="100" type="JAN" data="123456789012"/>
</svg>
</page>
</pxd>