سؤال

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.

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top