using (asp.Net)VB.Net Or JavaScript , what is the best way to generate Bar-code In PDF document for a web application and print it directly?
1 Answer
Have a look at this project which creates a barcode image.
Then have a look at this question about how to create a PDF in .NET
Combine the two and you should have a solution.