Hello, We are using your bar code product Lic ver 3.0, the issue we are having when it reads bar code we see random numbers, also some of the tif file does not read. In the screen shot second part is bar code stating with 99 but first part (3141764) we are not sure where that came from. Sometimes it gives some random number our bar code starts with 99, Attach 2 screen shots examples. Here is the code we need your help.
Hi Solomon,
Hi Solomon,
I attach two examples they both read the bar code but as you can see, first attachment first part 22683, second part is bar code stating with 99. The second attachment same thing it has that extra number 18497 and sending part is bar code starts with 99. So we are not sure what is extra numbers in front, Some of the tif images not reading bar code with same resolution.
Hi Solomon,
I need to update my manager regarding issue with bar code, when you think it will be resolved. We purchase your software just few months back.
Hi Solomon,
Hi Solomon,
Hello Imran,
Thank you for update what is the time frame for new version of Aspose.BarCode for .NET 7.1.0.
thanks
Solomon
Hi Solomon,
Hi Solomon,
The issues you have found earlier (filed as BARCODENET-34181;BARCODENET-34180) have been fixed in Aspose.BarCode for .NET 7.1.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
I am using same code above except replace with new dll Ver .NET 7.1 Now I am
Hi Solomon,
using (BarCodeReader reader = new BarCodeReader(filename, BarCodeReadType.Planet))
{
reader.RecognitionMode = RecognitionMode.MaxQuality;
while (reader.Read())
{
Console.WriteLine(reader.GetReadType() + ": " + reader.GetCodeText());
}
}
- Operating System name, edition and 32 & 64 bit (e.g. Windows 7 Ultimate 64 bit)
- Visual Studio, edition and other details?
- Local language and settings etc?
- .NET Framework version of your application project?
- Any other information that you think is necessary.
Thank you Imran for response. I tested with your code some of them are reading incomplete.
Second example reads first 4 digits and second part reads correct barcode.
The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan