Hi Jule,
Thanks for your interest in our Aspose.BarCode product.
Aspose.BarCode for .NET allows developers to quickly and easily add barcode generation and recognition functionality to their Microsoft .NET applications. You can also repeat barcode generation and recognition process. Based on your query, you can create multiple barcodes by using Aspose.BarCode product. Please check online documentation link below:
In addition, there are some evaluation limitations. You can avoid evaluation limitations by getting a temporary license for 30 days and try the latest version at your end. Please visit download page here:
You can learn all about how Aspose products are licensed by checking out the Licenses FAQ here: Purchase FAQ - Purchase - aspose.com
You can find suitable articles on applying a license:
Please let us know for further assistance and comments.
Dear Imran,
I tried the following example to generate multiple barcodes using Macro option:
but it doesn’t work. When i’m trying to decode the generated barcodes using my motorola scanner (DS6707). The scanner recognize only the first barcode, the three other barcodes (images from sample) won’t be considered as part of same fileId. Could you give me another example?
Thanks
Ivan
Hi Ivan,
Thanks for the information. Can you please confirm that you are using the latest version of Aspose.BarCode for .NET 5.5.0? If you are using another code text then please share the complete code text string here in this thread (split into the four parts). We will take a closer look and guide you accordingly. Also, it would be great if you can generate a sample bar code using the following source code and give it a try on your scanner. Please share the detailed reports produced by it.
Aspose.BarCode.BarCodeBuilder builder;
builder = new Aspose.BarCode.BarCodeBuilder();
builder.SymbologyType = Aspose.BarCode.Symbology.MacroPdf417;
builder.CodeText = "code text here";
builder.Save(@"test_MacroPDF417.bmp", System.Drawing.Imaging.ImageFormat.Bmp);
Hi Imran,
I tried with the .net 5.5 (add only aspose.barcode.dll in my project) using your sample from documentation .
I doesn't work. I still have same effect. After the first barcode, my scanner trys to send data. It means that there is a problem with ids (FileID/SegmentID).
Scanning of other barcodes works too but it can't recognize that they are together.
My code (see attachment)
Best Regards
Ivan
Hi Ivan,
Hi Ivan,
Hi Imran,
I tried the barcodes you sent. With my motorola scanner, I'm able to scan the four bacodes but the last barcode(=code-last text) is not recognized as the last one.
Best regards
Ivan
Hi Ivan,
The issues you have found earlier (filed as BARCODENET-33552) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.