We can easily detect, recognize, and read various types of barcodes and QR codes from images programmatically. In this article, you will learn how to read barcode from an image in C#.
Read Barcode from PDF in C#
You can easily read barcodes embedded into PDF documents programmatically. You can detect barcodes and extract barcode images from multi-page PDF documents in .NET applications. In this article, you will learn how to read barcodes from PDF documents using C#.
Generate Barcodes with UTF-8 Encoding using C#
In the previous post, you have seen how to generate and read different types of barcodes using C#. However, in certain cases, you have to deal with non-English characters. For example, when you work with Arabic, Latin, Greek, or similar languages. In such cases, you may need to encode the characters into Unicode standards i.e. UTF-8. In accordance with that, this article covers how to generate and recognize barcodes using UTF-8 encoding in C#.