0

As part of a project I need to convert a numer to a barcode, then send a list of those numbers (or barcodes depending when the conversion should be done) to a printer to be printed on small sticker labels.

So far I have the list I need, but 2 things I have never done before and would like poiners are:

How do you convert to a barcode, is there a plug-in, or can this be done within ASP.NET / C# without any 3rd party dll?

Once I have the make / model of the printer and the dimensions of the label, should I be looking for a plug-in for this, or try to create a template.

Thanks in advance

DarkW1nter
  • 2,933
  • 11
  • 67
  • 120
  • 2
    Try reading [this post](http://stackoverflow.com/questions/1998209/how-to-generate-barcode-from-a-string-using-c) and [this one](http://stackoverflow.com/questions/5750659/print-images-c-net) – Hank Nov 09 '16 at 20:36
  • 3
    Bar codes are fonts, you can download Code 39 font from here https://www.barcodesinc.com/free-barcode-font/ – Jaime Macias Nov 09 '16 at 20:37
  • excellent, just what I need, thanks – DarkW1nter Nov 09 '16 at 20:46
  • Possible duplicate of [How to generate barcode from a string using C#?](http://stackoverflow.com/questions/1998209/how-to-generate-barcode-from-a-string-using-c) – Makyen Mar 02 '17 at 02:29

0 Answers0