How to set the code 128-C in Jasper Report using Barcode4j? -


good day!

anyone know how set code 128-c in jasper report using barcode4j?

i believed default set abc. saw in link http://barcode4j.sourceforge.net/2.1/symbol-code128.html , default configuration.

where can find code edit it, or other way can configure using jasper report?

btw, i'm using ireport 3.6.7 reason.

thanks.

i getting same problem after google added string in c-data ...

just try code .

<componentelement>     <reportelement uuid="a2f054f0-4729-4843-af96-c34c9a84b84c" x="1" y="50" width="93" height="41"/>     <jr:code128 textposition="bottom">         <jr:codeexpression>             <![cdata["testing 123"]]>         </jr:codeexpression>     </jr:code128> </componentelement> 

or can go through this(http://www.keepdynamic.com/barcoding/barcode-ireport.shtml) link...

hope helps !!!


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -