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