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.
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.
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#.
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#.
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#.
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#.
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#.
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.
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#.
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.