Hi All,
I have legacy code that generates a list of 2D barcodes as ArrayList<java.awt.image.BufferedImage>.
I also have a barcode plugin in BIRT that generate 2D barcodes.
However, the legacy code is very complex and deployed as a separate jar shared by multiple apps. It will be a serious PITA to refactor that code to generate strings to use as inputs to the barcode plugin to have it generate the images.
Can I use an image report item to display a BufferedImage instead?
Thanks for any advice.
Rob