Donate Share

Barbecue - Java barcode generator

Code

Programming Languages: Java

License: BSD License

Repositories

browse code, statistics, last commit on 2007-11-25 svn co https://barbecue.svn.sourceforge.net/svnroot/barbecue barbecue

Show:

What's happening?

  • can't draw the content of the barcode in jsp

    I have put the follow code into my project's xml file BarcodeServlet net.sourceforge.barbecue.BarcodeServlet BarcodeServlet /barcode and I have put the jar file into the WEB-INF/lib my code is

    2009-11-06 09:48:26 UTC by wuy2009

  • Wrong Portlet Specification Maven build

    In last the tagget in svn there is a maven dependency to the portlet specification 1.0, note that is JSR 168. The ResourceServingPortlet is in 2.0 aka JSR 286. To fix this please change the following in the pom.xml: From javax.portlet portlet-api 1.0 To ...

    2009-10-12 08:34:13 UTC by mtstorm

  • Comment: BarcodeImageHandler | disable label underline

    Is there any ETA on this fix, as it's blocking us to use this software?.

    2009-10-08 14:18:01 UTC by gopalyv

  • Need to reduce the image width

    Hi, I need to set barcode image width to120px, but not creating valid image. How can I remove the line under the code? Thx.

    2009-10-07 05:36:01 UTC by gopalyv

  • java.lang.InternalError: Can't connect to X11 window server

    Dear All, I am using the small code in the JSP as below :- Barcode barcode = BarcodeFactory.createCode128B("1111111111111111111111111"); File f = new File("test.jpeg"); BarcodeImageHandler.saveJPEG(barcode, f); We are using Weblogic JDK 1.4 inSun Solaris 10. Every time i run i get the following error java.lang.InternalError: Can't connect to X11 window server using...

    2009-09-01 10:17:39 UTC by rashpalsingh17

  • Followup: RE: setting width/height -> not small enough

    Hi, I'm working with barbecue 1.5 beta 1 and the resizing of a 3of9 barcode is still not working !!! Is there a specific instruction to do that or is the width of a 3of9 barcode unchangeable ? Thanks.

    2009-08-19 06:40:47 UTC by svincenot

  • Followup: RE: Avoid 01 at start of EAN 128 barcode

    Instead of using the createEAN128 method using the parseEAN128 method whit de next string: (90)507813051531110608003000156000000000000000000 Regards.

    2009-06-15 16:31:16 UTC by emiliobg

  • Avoid 01 at start of EAN 128 barcode

    Hello, I generate the next barcode 90507813051531110608003000156000000000000000000 with createEAN128 method, in the label below de code number appears correctly but when I read the code with a barcode reader appears 01 at the beginning of a code -> 0190507813051531110608003000156000000000000000000 ¿How can avoid this 01? Thanks.

    2009-06-15 10:00:58 UTC by emiliobg

  • how to show the checksum

    i guys, can i show the checksum in a barcode39? i'd like to show it in the text, but String s = "0998090702065"; Barcode b= BarcodeFactory.createCode39(s,true); BufferedImage im = BarcodeImageHandler.getImage(bc); just create an image with barcode and text, but without the checksum character. Someone help? many thanks to everybody.

    2009-04-29 11:39:41 UTC by picleo84

  • EAN13 checksum usage

    Hi, I tried generating the EAN13 type barcode and it works fine. Great. Now, the question. I tried reading a lot about EAN 13 and the use of the checksum. But I could not understand where the checksum can be used. I understand that the checksum can be used to validate the barcode string and see whether the barcode scanned is correct or not. But cant this be done by simple matching the...

    2009-03-15 05:30:31 UTC by rvijay17

Our Numbers