Dear All,
How to Generate Barcode and Print using c#.net without using any dll?
After Generating Barcode print directly to printer without preview.
Please Help me friends.
Thanks in Advance.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munesh SharmaPosted Oct 8, 2014, 5:47 AM
bob bellPosted Oct 8, 2014, 4:56 AM
http://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html
Vitor MagallonPosted Aug 14, 2014, 3:21 AM
Some common types have TrueType fonts that you can install on the computer. You can then draw text on a bitmap graphics object using that font, and the text will be converted to barcode symbols. You can then take the bitmap and print it or save it to an image file.
All this can be done without displaying the bitmap on screen.
However, if the barcode type you need is not covered by any good or free font, you are better off using a good barcode library such as leadtools.
Alex SmithPosted Aug 11, 2014, 10:10 PM
It would be quite complicated if you don't use any dll, since there're numerous types of barcode..And source code for every thpe of barcode varies..So you can choose a free barcode API to help you generate barcode image.