I have the project from below working on my system:
How to Create QRCode using Java
But I’m unable to figure how to set the error correction level using this library.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From QRGen documentation, you can’t.
This lib a convenient wrapper around ZXing to make it easier to create simple QRCodes, but if you want to do more complicated things such as specifying the error correction level, you’ll have to use ZXing directly.