Skip to content

Check Digits

Terry Burton edited this page Mar 27, 2014 · 10 revisions

includecheck

Generate check digit(s), where relevant.

Example

Calculate the optional check characters of this Code 93 symbol:

0 0 moveto (CHECK ME OUT) (includecheck)
/code93 /uk.co.terryburton.bwipp findresource exec

includecheckintext

Show the calculated check digit in the human readable text.

Notes

  • For barcode symbologies where the check digit is not manditory, this option must be used in combination with includecheck.
  • If any part of the checksum does not have a printable representation then that part is not displayed.

Example

Display the check digit of this Royal Mail barcode:

0 0 moveto (LE28HS9Z) (includetext includecheckintext) /royalmail /uk.co.terryburton.bwipp findresource exec

Clone this wiki locally