English

Generate DataMatrix Code in C#

Data matrix code offers high data density in a small size which makes it an ideal choice for space-limited scenarios. In some scenarios, you might want to create a Data Matrix code to store information in the form of contrasted cells arranged in a grid. In accordance with such requirements, this article covers how to generate a Data Matrix Code programmatically in C#.
September 14, 2022 · 2 min · Farhan Raza

Convert Visio to PDF in Python

Microsoft Visio is a popular vector graphics application. It allows drawing a variety of simple or complicated professional diagrams, flowcharts, timelines, etc. In certain cases, you may need to convert Visio diagrams to PDF documents. In this article, you will learn how to convert a Visio drawing to a PDF in Python.
September 14, 2022 · 3 min · Muzammil Khan

Convert Text to SVG in C#

The SVG text element is used to define a text in SVG. You can easily write any text as SVG using the SVG Text element. SVG (Scalable Vector Graphics) is a web-friendly vector file format that displays visual information on a webpage. In this article, you will learn how to convert text to SVG programmatically using C#.
September 13, 2022 · 6 min · Muzammil Khan

Rotate Images Programmatically in C# .NET

Image processing and editing is commonly used in various fields these days. As a programmer, you may also come across the scenario where you need to implement image rotation feature. In this article, you will learn how to rotate an image in C#. We will also cover how to rotate the images at different angles programmatically.
September 13, 2022 · 4 min · Usman Aziz

Add Digital Signature to PowerPoint in C#

A digital signature is an encrypted electronic signature used to validate the authenticity and integrity of digital documents. When you sign a document digitally, the signature will serve as a confirmation that the document came from you and it has not been changed since you signed it. In this article, you will learn how to add a digital signature to a PowerPoint in C#.
September 12, 2022 · 3 min · Seriki Emmanuel

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 · 2 min · 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 · 3 min · 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 · 4 min · 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 · 2 min · Farhan Raza

Rotate Images Programmatically in Java

As a programmer, you may often need to manipulate the images from within your Java applications. The image manipulation and editing may also include rotation of an Image at a particular angle. To achieve that, this article shows how to rotate an image programmatically in Java. In addition, we will demonstrate how to rotate and flip an image at the same time. Java API to Rotate Images Steps to Rotate an Image in Java Rotate an Image in Java Rotate an Image on a Particular Angle Rotate and Flip an Image in Java Java API to Rotate Images - Free Download Aspose.
September 7, 2022 · 4 min · Usman Aziz