Spire.Barcode is a professional barcode library specially designed for .NET developers (C#, VB.NET, ASP.NET, .NET Core) and Java developers (J2SE and J2EE) to generate, read and scan 1D & 2D barcodes.

Mon Jul 27, 2015 9:06 pm

I am using Spire.Barcode in c#. I can create the image just fine, but when I try to scan it, I get garbage in the result. Here is an example- attached.

I can scan other PDF417s not created be this control, it works fine.

Thanks.

infoone
 
Posts: 1
Joined: Wed Jul 15, 2015 7:12 pm

Tue Jul 28, 2015 2:26 am

Hello,

Thanks for your inquiry.
I have tested your issue with Spire.BarCode for .NET Version:1.2.5. It worked well in our side.
Here is code I use. Please try it.
Code: Select all
//scan the barcode
            string[] datas = BarcodeScanner.Scan("1.png");           
            //show the scan result
            this.textBox1.Text = datas[0];


Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Return to Spire.BarCode