pharmacode - lindell/JsBarcode GitHub Wiki

About Pharmacode

Pharmacode is a barcode used in the pharmaceutical industry. It can encode numbers 3 to 131070.

Example

JsBarcode("#barcode", "1234", {
  format: "pharmacode",
  width:4,
  height:40,
  displayValue: false
});

Pharmacode