Unable to read Datamatrix barcode

Hi,

I’ve created a barcode within a pdf file that was sent through a fax but was unable to read it using barcode recognition from ASPOSE Datamatrix reader.

Attached is the pdf file, please let me know if you have any more success than I do. Could it be the way I’m generating it?

This is my code for generating:

Aspose.BarCode.BarCodeBuilder builder = new BarCodeBuilder();
builder.CodeText = blobBarcodeParamBo.BarcodeData;
builder.CodeLocation = CodeLocation.None;
builder.SymbologyType = Symbology.DataMatrix;
builder.Resolution = new Resolution(250f, 250f, ResolutionMode.Customized);
builder.Save(outputStream, ImageFormat.Tiff);

Thanks.
DV

Hello,

Can you provide us the fax image for the document if possible. Since the barcode reader need to process that image and recognize the barcode.

Thanks

Attached is the document I am trying to read. It’s being converted to a TIFF image before trying to read the barcode.

DV

Hi,

Can you try the latest release of Aspose.BarCode? I can read the barcode by print the screen to image.

Thanks,