How to generate Code39 barcodes in vb.net

后端 未结 10 1815
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 05:55

I want to create Code39 encoded barcodes from my application.

I know I can use a font for this, but I\'d prefer not to as I\'d have to register the font on the serv

10条回答
  •  醉话见心
    2020-12-08 06:50

    If you choose Code39, you could probably code up from this code I wrote

    http://www.atalasoft.com/cs/blogs/loufranco/archive/2008/03/24/code-39-barcode-generation.aspx

    I wrote it to use our toolkit for image generation, but you could rewrite it to use .NET Image/Graphics pretty easily.

提交回复
热议问题