Skip to content
Johan Lindell edited this page May 1, 2016 · 1 revision

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

Clone this wiki locally