Hi,
I have a PL/Sql code to create a QR code from string. It returns the a blob object with is the QR code in BMP format. I need to print it and as BI Publisher does not support BMP images, I need to convert it to JPG instead. Can someone share a java code with me to do that. The code should take a blob as input and return converted blob back.