manuelbl / SwissQRBill

Java library for Swiss QR bill payment slips (aka QR-Rechnung)
https://www.codecrete.net/qrbill
MIT License
156 stars 37 forks source link

Issue is scanning QR code #51

Closed tguruprasath closed 2 years ago

tguruprasath commented 2 years ago

Hi,

I could generate the QR Bill. But when I scan, only the address 1 line is getting scanned instead of entire bill information. Below is my QR Bill.

image

manuelbl commented 2 years ago

I assume you have used the camera app of your smart phone to scan the barcode. These apps do all sorts of smart things to help with everyday situations. But in this case, it's not helpful as data is lost.

Instead, try it with a barcode app without "smarts", e.g. the Scandit Scanner:

https://play.google.com/store/apps/details?id=com.scandit.demoapp&hl=en&gl=US

https://apps.apple.com/us/app/scandit-barcode-scanner/id453880584

tguruprasath commented 2 years ago

Thanks. I could able to scan with the app / tools mentioned.