Codabar

実例

example-codabar

構文

<bc:barcode message="0123456789">
  <bc:codabar>
      <bc:height>15mm</bc:height>
      <bc:module-width>0.21mm</bc:module-width>
      <bc:wide-factor>3.0</bc:wide-factor>
      <bc:quiet-zone enabled="true">10mw</bc:quiet-zone>
      <bc:human-readable>
        <bc:placement>bottom</bc:placement>
        <bc:font-size>8pt</bc:font-size>
      </bc:human-readable>
  </bc:codabar>
</bc:barcode>

メモ

  • 現在チェックサムは実装されていない

メッセージ書式

  • 有効な文字は[0~9]と[- $ : / . +]
  • 開始と終了文字は[a b c d e * n t]

PDF

Comments are closed.