Raw Encoded Text

I found code on how to use Aspose.barcode to generate a 128C barcode. But I’d like to just get the raw encoded text and not an image of this barcode. How do I accomplish this?

@Robert343,

We are evaluating your inquiry. We will update you soon. Sorry for the late response.

@Robert343,

There is no such functionality available in Aspose.BarCode API to get “raw encoded text”. The only option available is to get barcode as an image. In fact the term “raw encoded text” needs more clarification. In every barcode, the code text is encoded into bars and spaces in case of 1D barcodes (EAN, CODE128). For 2D barcodes (QR, Aztec), code text is encoded into squares and empty spaces. It would be helpful if you share an example of expected “raw encoded text” and actual barcode image.