dementeddevil / BarcodeRenderingFramework

A simple framework for rendering barcodes with SSRS integration
Apache License 2.0
62 stars 43 forks source link

Issue generating QR code with long string #8

Open tiny2tom opened 5 years ago

tiny2tom commented 5 years ago

I am getting the following error when trying to pass strings of character length 123 or above. The QR is rendered fine otherwise.

Index was outside the bounds of the array. at Zen.Barcode.CodeQrBarcodeDraw.QRCodeEncoder.divideDataBy8Bits(Int32[] data, SByte[] bits, Int32 maxDataCodewords) at Zen.Barcode.CodeQrBarcodeDraw.QRCodeEncoder.CalculateQrCode(Byte[] qrcodeData) at Zen.Barcode.CodeQrBarcodeDraw.QRCodeEncoder.Encode(String content, Encoding encoding) at Zen.Barcode.CodeQrBarcodeDraw.QRCodeEncoder.Encode(String content) at Zen.Barcode.CodeQrBarcodeDraw.DrawQr(String text, BarcodeMetricsQr metrics) at Zen.Barcode.CodeQrBarcodeDraw.Draw(String text, BarcodeMetrics metrics)

edmaarcosta commented 5 years ago

Any update?