Hi, I have just downloaded the trial of the latest version. We are trying to generate a barcode with the human readable text at the bottom, including a checksum. I tried the Code128, but it seems to get a checksum which isn’t human readable in some instances - which looking at how the checksum works, seems to be normal. I have also tried generating a Code39Standard barcode, but the human readable section doesn’t print the checksum. I used this website as an example:
https://github.com/aspose-barcode/Aspose.BarCode-for-.NET/blob/master/Examples/CSharp/ManageBarCodes/DisplayChecksumCharacter.cs
Any ideas if its possible to guarantee that code128 could always give a human readable checksum, or how I could get the Code39 checksum to display in the human readable section?
Thanks, Chris