Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top