I want to create a barcode image gif file using iText. I google but I found the code which creates image in PDF but my requirement is to create barcode gif/jpg image file.
If someone having the code please share.
Dinesh Pise wrote:If someone having the code please share.Thanks.
We don't actually do that here. We will help you write the code yourself (if we can), but nobody should simply provide you a solution, nor should you expect it.
Never ascribe to malice that which can be adequately explained by stupidity.
Dinesh Pise
Greenhorn
Joined: Jul 18, 2012
Posts: 12
posted
0
The above code gives me the barcode as image but is that an open source?
Thanks!
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35222
7
posted
0
iText is licensed under the GPL (iText 1 and 2) or AGPL (iText 5) license, which are generally not considered Open Source licenses, but Free licenses. That effects how you can use them. The AGPL in particular has strings attached that make it generally unsuitable for business use.