I am in need of generating QR Code in oracle database and print them in PDF document generated through BI Publisher.
I have tried many places and found below post which makes use of Zxing Library to generate QR Code in Oracle DB through Zxing Library: https://community.oracle.com/message/13360407#13360407
But the db in which i am currently working is having Java 1.5 but zxing needs 1.6/1.7
I have asked Zxing group whether they have any older version which supports 1.5: https://groups.google.com/forum/#!forum/zxing
In the meanwhile tried looking for qrcode generator which is purely pl/sql and found below in GITHUB:
1. as_barcode by antonscheffer
and
2. make_qr by svetka17
But both the pl/sql package is missing something and giving out error.
Do you guys know any idea how i can generate qr code in pl/sql or any Java 1.5 qr code library which i can use in Oracle Database ?
Opensource will be helpful and not interested in IDAutomation as its out of my budget.
Thanks and Regards,
Salman Farish.