-1

I am trying to add barcode 39 to my item number using Microsoft Report Builder. I am not sure about the code to get it work

EAA
  • 1

1 Answers1

0

Code 3 of 9 (or code 39) is not an interleaved barcode, so you can actually just download a font which displays data as barcode elements. This works because code 39 is made of individual elements.

The code is very dense, and generally is harder to print if the content is long, compared to typically code 128.

Depending on your needs and budget, you can also purchase a commercial barcode module, or use a free module like project zint. This will give you more options such as line shaving, but obviously need to be spoken to using an API. For easiest approach: use a font.

MyICQ
  • 987
  • 1
  • 9
  • 25