How to print QR Codes in BI Publisher Report
Hello Everyone,
We have a requirement to print QR Codes in BI report in Oracle apps R12.
Found some documents on IDAutomation Blog: Integrating QR Codes into Oracle BI Publisher and followed the same.But unfortunately we are not getting the expected in the .pdf output.
We used QRCode Encoder class from vendor and another class file from Oracle Community (wrapper class) to call the encoder class and uploaded to JAVA_TOP as well.
Using the below tag we called the class from template.
<?register-barcode-vendor:'oracle.psbi.barcode.BarcodeUtil';'MyBarcodeEncoder'?>
The below one should print the CS_SUB_TOTAL in QR codes.