Thank you Satid.
Original Message:
Sent: Tue August 29, 2023 06:20 AM
From: Satid Singkorapoom
Subject: Generating QR codes on IBMi
Dear Thomas
Please look into these two links :
Create a QR code and email as an attachment from the IBM i at https://novagem.co.uk/create-a-qr-code-and-email-as-an-attachment-from-the-ibm-i/
QR Barcode Printing using RPG and DDS - tech tip at https://www.mcpressonline.com/forum/forum/programming/rpg/18338-qr-barcode-printing-using-rpg-and-dds-tech-tip
------------------------------
Education is not the learning of facts but the training of the mind to think. -- Albert Einstein.
------------------------------
Satid S.
Original Message:
Sent: Tue August 29, 2023 02:46 AM
From: Thomas Varkey
Subject: Generating QR codes on IBMi
Thank you Jack for your update. Is there some details you could share for the same in COBOL ILE/RPG ILE or Java environment.
------------------------------
Thomas Varkey
Original Message:
Sent: Mon August 28, 2023 11:15 AM
From: Jack Woehr
Subject: Generating QR codes on IBMi
Easiest way to generate QR codes on IBM i is Python in PASE.
Recommend you create a virtual environment and activate it, then:
pip install qrcodeqr --output=myqrcode.png 'the data for the qr'
You can load your virtual environment and call the qr command from CL easily using IBM Champion @Richard Schoen's open source QshOni.
------------------------------
Jack Woehr
IBM Champion 2021 - 2023
IBM Qiskit Advocate
Original Message:
Sent: Mon August 28, 2023 02:29 AM
From: Thomas Varkey
Subject: Generating QR codes on IBMi
Hello team,
Please guide on how to get started generating QR codes on IBMi in a COBOL ILE/RPG ILE or Java environment. Any detailed howto or pointers to examples and documentation would be welcome.
Thank you.
------------------------------
Thomas Varkey
------------------------------