How to print a barcode using ASP.NET web application?
I am able to generate and display the barcode but unable to print the barcode.
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.
Pravat KumarPosted Aug 10, 2018, 1:21 AM
Mohamed AbedallahPosted Aug 9, 2018, 8:40 AM
However, if you are generating barcodes using barcode fonts and you don't want to rely on them, you can generate barcode as images at the server side using LEADTOOLS library which supports generating most types of 1D and 2D barcodes.
The server-side code will be similar to this:
Shrimant TelgavePosted Jul 25, 2018, 9:50 AM
http://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html
Jeeva SubburajPosted Jul 25, 2018, 9:47 AM