문제

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