Jump to content
Changes to the Jaspersoft community edition download ×

Barcode text is empty using Barbecue


VORiAND

Recommended Posts

I want to show on my Jasper Report one EAN13 barcode WITH numbers. So far the preview in JasperSoft Studio 6.5.1 is working great, I see the barcode and the text under it:

rzoikmc.png.47d380187fe6c34307561dd70761da64.png

This is the code part of it in my .jrxml:

<componentElement>    <reportElement positionType="FixRelativeToBottom"                   x="0" y="111" width="130" height="30"                   uuid="48d9d636-7e04-43df-9fa2-5c3f6edf27da"/>    <c:barbecue xmlns:c="http://jasperreports.sourceforge.net/jasperreports/components"                xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd"                type="EAN13" drawText="true"                checksumRequired="false">        <c:codeExpression>            <![CDATA[$F{EAN}]]>        </c:codeExpression>    </c:barbecue></componentElement>[/code]

My problem is, that if I build this .jasper report and deploy is to my Java webapp and print it out into .pdf the text under the barcode is empty or white, but I see there nothing, only the barcode:

2yvlmzx.png.3f194d0ce08b815ecdbc6945382f0a3c.png

What do I need to change to view the text also in the webapp version of the report?

Thank you.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

I tried to make the barcode element bigger, but nothing changed. What do you mean by "Fixing barbeque and replacing it" ? What exactly did you do?

This is my JasperSoft Studio editor view. The barcode elements dimensions are now: width: 140px,  height: 51px 

sixhgon.png.7a141e68467aca46898423f827856387.png

Link to comment
Share on other sites

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