Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

showing barcode font in .net application

I have added a barcode font in my one crystal report of C# .Net application and it worked fine in develop and shown the result. But when I created the setup file and installed it in another pc then the barcode font appears as simple font as english alphabet although I have installed barcode font.

So will you please help me to show barcode font on exe after installing my application?

like image 910
Bijendra Yadav Avatar asked Nov 04 '22 04:11

Bijendra Yadav


1 Answers

You can use the spire.barcode http://freebarcode.codeplex.com/ to set barcode image borders, border colors, style, margins and width easily. maybe it can solve your problem, you can have a try to test the component.

like image 187
Ring Avatar answered Nov 09 '22 15:11

Ring