Scan QR Code in C#

In certain use cases, you might require to scan a QR code to retrieve some information. In accordance with such scenarios, this article covers how to scan a QR Code programmatically in C#.
September 9, 2022 · Farhan Raza

Crop Images Programmatically in C#

Image editing is quite common these days and in various cases, we need to manipulate the images to get the desired results. As a programmer, there could be a case for you to implement the image editing features from within the applications you are building. Recently, we have covered how to resize, rotate and flip images programmatically. Today, we are going to show you how to crop images using C# in your .NET applications. We will discuss how to perform image cropping using shift values or with a rectangle.
September 9, 2022 · Usman Aziz

Add Watermark to PSD in C#

Adobe’s popular Photoshop Application uses PSD (Photoshop Document) as a native image file format. It is commonly used to create logos, brochures, and other images where the PSD file contains several layers. You can manipulate the PSD files programmatically in C# applications. In this article, you will learn how to add a watermark to a PSD file programmatically using C#.
September 8, 2022 · Muzammil Khan

Generate QR Code in C#

Sometimes you may need to create a QR code to embed information in the form of vertical and horizontal grids. Accordingly, this article explains how to generate a QR Code programmatically in C#.
September 8, 2022 · Farhan Raza

Rotate Images Programmatically in Java

September 7, 2022 · Usman Aziz

Generate PDF from HTML in C#

C# developers can quickly turn HTML files or strings into PDF documents. This guide shows how to generate PDFs from HTML in C# using Aspose.HTML.
September 7, 2022 · Muzammil Khan

Convert Markdown to HTML in C#

You might want to convert a Markdown file to HTML format. Such MD files can easily be converted to an HTML page in .NET framework based applications.
September 6, 2022 · Farhan Raza

Rotate SVG Image in C#

SVG files define the graphics in XML format. They can be scaled or printed at any size without disturbing the quality of the image. In some cases, you may need to rotate an SVG image. Accordingly, this article covers how to rotate an SVG image programmatically in C#.
September 5, 2022 · Farhan Raza

Convert DGN to PDF in C#

DGN files are 2D or 3D drawing files that are created and supported by CAD applications. In certain cases, you may need to export drawings from DGN files to PDF documents programmatically. In this article, you will learn how to convert a DGN file to a PDF using C#.
September 5, 2022 · Muzammil Khan

Convert Image to Text with Spelling Correction in Java

Recognize and extract text from images, run the spell checker and autocorrect spelling mistakes in the retrieved text programmatically. In this article, you will learn how to perform OCR on images and autocorrect spelling mistakes using Java.
September 1, 2022 · Muzammil Khan