jQuery in Action, 2nd edition
The moose likes Other Open Source Projects and the fly likes Barcode 128 using iText Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Barcode 128 using iText" Watch "Barcode 128 using iText" New topic
Author

Barcode 128 using iText

Dinesh Pise
Greenhorn

Joined: Jul 18, 2012
Posts: 12
Dear Friends,

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.

Thanks.
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9939
    
    6

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



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
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.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Barcode 128 using iText
 
Similar Threads
QR code in pdf
generate barcode image
How to print barcode labels using barcode4j?
Need Help in barcode display
IReport and Barcode on PDF Output