Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top