ahmet
ahmet

Reputation: 734

How can I write Barcode Generator?

I would like to make a program that takes input as a string like 'dsfljsfkj' then output 2D Barcode (DataMatrix format, or other 2D formats) as an image file in VB.NET

Do you have any idea how can I make it without using any other commercial .dll's? Open-source is OK.

Upvotes: 2

Views: 3940

Answers (1)

Allen
Allen

Reputation: 6505

check out the google ZXing project:

http://code.google.com/p/zxing/

Upvotes: 3

Related Questions