I have a java EE web application from where I can generate barcode using barcode4j.jar
and I copied generated ByteArrayOutputStream to a mapped variable which I am using same in iReport (java.io.InputStream)
with image component.
But not printing when I download pdf. All I need is:
- How to map generated barcode in iReport.
- Do I need to use image or Barcode component.
- If I use barcode component (of barcode4j) what is the expression I have to give.
Please provide solution or some useful links.