Вопрос

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