Hello,
Our application adds bar code to a document and after clients faxes those documents to us, it tries to detect bar code in it. I have attached one of the fax document which we received (please let me know if you need more samples). For some of the document we received, we are unable to detect the bar code. Currently we are using Pdf417 bar code type, do you have any suggestions or any other bar code type for better bar code processing?
Current bar code generation code:
using (BarCodeBuilder builder = new BarCodeBuilder(_Code))
{
builder.SymbologyType = Symbology.Pdf417;
builder.GraphicsUnit = GraphicsUnit.Point;
builder.Margins.Bottom = 0;
builder.Margins.Right = 0;
builder.Margins.Top = 0;
builder.Margins.Left = 0;
builder.BorderVisible = false;
builder.BorderWidth = 0;
builder.Pdf417ErrorLevel = Aspose.BarCode.Pdf417ErrorLevel.Level4;
//Hide the code at the bottom
builder.CodeLocation = CodeLocation.None;
//increase the size of the barcode
builder.xDimension = 2f;
builder.AutoSize = true;
return builder.GenerateBarCodeImage();
}
Thanks
Hi,
I guess I missed original document before. If I read the bar code from the original document, the codetext is ‘E20101021041945805000’ which is different compared to one you got from the fax document.
The version I am using is 3.6.
Please let me know if you need anything else.
Thanks…
Hi,
Yes, your right. The goal is identify the bar code text (eg. E20101021041945805000) from the fax document (attachment 1). Can you suggest us any other bar code which is more fax tolerant and simple to detect.
Thank you…
Can I get a time line when the issue will be fixed?
Thank you.
Hi,
We are still working on it and will inform you as soon as it is fixed. I will also try to get an ETA for you. Sorry for the inconvenience.
The issues you have found earlier (filed as BARCODENET-21110) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
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