How to generate GS1 Bar Code in .Net Framework 4.0 c # [closed]

2

I need to generate GS1 barcodes in C # .Net 4.0

Any help would be very helpful.

    
asked by Pedro Camargo 05.01.2016 в 11:01
source

1 answer

2

I think what you're looking for is a library to generate bar codes.

for that it exists: link

the code can be generated in two ways:

  • coding and printing in a special font type: link
  • the second way is to render the code to an image and use that image in any way you need it.
  • answered by 05.01.2016 в 16:00