Questions tagged [barbecue]

Barbecue is an open-source, Java library that provides the means to create barcodes for printing and display in Java applications. A number of barcode formats are supported and many more can be added via the flexible barcode API. Barcodes can be output to three different image formats (PNG, GIF, JPEG), used as a Swing component, or written out as SVG.

18 questions
0
votes
1 answer

I dont want to see the bar code name in my bar code image

I have created a barcode image using barbecue. when image is created i can see the code i have created the bar code in that image too. i only want to see the bar code. import java.io.File; import net.sourceforge.barbecue.BarcodeFactory; …
0
votes
1 answer

Why does barbecue's setBarWidth(int barWidth) method uses int parameter?

So I can only give an integer as barwidth parameter but if I give 1 to the method my barcode is too narrow and if I give 2 to it, the barcode is too wide. How could I solve this problem? I could modify the sourcecode of barbecue, but in the first…
Tamas G.
  • 677
  • 3
  • 21
  • 38
-1
votes
1 answer

What are the specific criteria I should consider when choosing a Java Barcoding Library and which ones do you recommend?

It's 2015 and the last time this question was asked was 2009, and Sourceforge.net is currently down, so I'm having a hard time researching the different Java implementations of barcoding libraries to decide what the best fit would be for our…
IcedDante
  • 6,145
  • 12
  • 57
  • 100
1
2