Jump to content
Changes to the Jaspersoft community edition download ×

ktrinad

Recommended Posts

By: wilsoneto - wilsoneto

Barcode

2004-08-17 06:41

Is there a way to generate barcodes in te reports? What should be done?

 

 

By: Teodor Danciu - teodord

RE: Barcode

2004-08-17 07:28

 

Hi,

 

There are specialized libraries that generate barcodes.

iText is among them.

 

In reports, the barcodes could be added as images.

Now, with the introduction of the JRRenderable

interface, the quality of the barcodes should be very

much improved.

 

Thank you,

Teodor

 

 

 

By: Lars Kristensen - llk

RE: Barcode

2004-08-17 07:47

Maybe this can help you:

 

http://krysalis.org/barcode/barcode-xml.html

 

Best Regards

llk

 

 

By: Craig O'Shannessy - shanness

RE: Barcode

2004-08-17 18:42

I have to produce hundreds of barcodes in some of my Jasper reports (e.g. for each details line). I use barbecue, which is a open source java barcoding library. I think it came with a WAR, so deploying it to a servlet engine is trivial, and using it is also trivial, as this Jasper example shows.

 

<imageExpression class="java.lang.String" ><![CDATA["http://babu:8080/barbecue/?data= + $F{sku} + "&drawText=false]]></imageExpression>

 

http://barbecue.sourceforge.net/

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...