En

Generate Swiss QR Code using Java

The Swiss QR Code encodes all the necessary payment information required to trigger payments. In this article, you will learn how to generate a Swiss QR Code, decode and read payment information from a Swiss QR code using Java.
June 10, 2022 · 4 min · Muzammil Khan

Read Barcode from Image using Java

As a Java developer, you can easily recognize and read various types of barcodes in Java applications. In this article, you will learn how to read barcodes from an image using Java.
June 4, 2022 · 5 min · Muzammil Khan

Add QR Code to PowerPoint Presentation using C#

As a C# developer, you can easily generate QR codes or barcodes and add to PowerPoint presentations programmatically without using MS PowerPoint. In this article, you will learn how to add QR code to a PowerPoint presentation using C#.
June 2, 2022 · 6 min · Muzammil Khan

Create Barcode in Word Documents using C#

As a C# developer, you can easily generate and add barcode or QR code images to Word documents in .NET applications. In this article, you will learn how to create barcodes in Word documents programmatically using C#.
May 31, 2022 · 5 min · Muzammil Khan

Generate Barcode in Excel using C#

You can easily add a machine-readable barcode image to an XLSX or XLS file programmatically in .NET applications. In this article, you will learn how to generate a barcode in Excel using C#.
May 26, 2022 · 5 min · Muzammil Khan

Add Barcode to PDF using C#

As a C# developer, you can add a machine-readable barcode image to a PDF document programmatically in .NET applications. In this article, you will learn how to add a barcode to PDF documents and read barcode from PDF using C#.
May 14, 2022 · 5 min · Muzammil Khan

Generate Barcode with Logo using C#

As a C# developer, you can easily generate barcodes with company logos or images programmatically in .NET applications. In this article, you will learn how to generate a barcode with a logo using C#.
April 23, 2022 · 3 min · Muzammil Khan

Generate and Display Barcode Image in ASP.NET MVC

As a .NET developer, you can easily generate various types of barcodes and display them in Razor pages. In this article, you will learn how to generate and display a barcode in an ASP.NET MVC application.
April 4, 2022 · 3 min · Muzammil Khan

Generate and Read Royal Mail Mailmark 2D Barcode using C#

The Royal Mail Mailmark 2D barcode is a machine-readable barcode used in letters. It provides information about mail tracking & delivery status, delivery schedule and reporting statistics. In this article, you will learn how to generate and read Royal Mail Mailmark 2D barcodes using C#.
March 3, 2022 · 3 min · Muzammil Khan

Read Barcodes in Node.js Applications

Barcodes have become an essential part of the purchase process of the products. In a barcode, the information is represented as a one or two-dimensional graphical object. These graphical objects are recognized to read the encoded information. In order to automate barcode recognition, this article covers how to read barcodes in Node.js applications.
May 27, 2021 · 3 min · Usman Aziz