Hi
I need to generate a QR Code and print it inside a report
From what I managed to understand from the documentation I have to:
- generate de QR image
Java: Simple QR Code Generator Example - Create QR codes for free • Crunchify produces a BufferedImage - save the Image inside a FileDescriptor field on my entity
how do I programatically save the file generated at step 1? - format the image inside the report with ${imageFileId:WxH}
- load the entity and generate report
Is this correct? can it be done easier?
Thank you