English

Convert DWG to SVG in C#

DWG files contain 2D or 3D format design data. They can contain vector image data and metadata in binary coding. In certain situations, you might need to convert DWG files to SVG image files. This article covers how to convert DWG to SVG image programmatically in C#.
December 23, 2021 · 2 min · Farhan Raza

Flip Images Programmatically in C# .NET

While working with images, you may often need to flip images programmatically. Depending upon the scenarios, you may want to flip images vertically or horizontally. In this article, you will learn how to flip images programmatically in C#. You can easily use this feature in your .NET image processing or editing applications.
December 21, 2021 · 4 min · Usman Aziz

Convert FBX to GLB File in C#

FBX files are used by different content creation and digital modeling applications. They are often used for creating animations or game development purposes. In certain situations, you may need to convert the FBX file to GLB format. This brief article covers how to convert an FBX file to GLB programmatically in C#.
December 21, 2021 · 2 min · Farhan Raza

Create Flowchart Programmatically in Java

Flowcharts can be helpful to understand step-by-step algorithms to design the graphic representation of workflows and processes. In some scenarios, you may need to create flowcharts for problem-solving. This article covers how to create a flowchart diagram programmatically in Java.
December 20, 2021 · 2 min · Farhan Raza

Convert GLB to FBX File in C#

GLB files are popular as they can contain information related to augmented reality, virtual reality, games, etc. In certain situations, you may need to convert the GLB file to FBX file format. This article covers how to convert a GLB file to FBX programmatically in C#.
December 20, 2021 · 2 min · Farhan Raza

Resize Images Programmatically in C# .NET

We often get images with the size that doesn’t meet our requirements, therefore, we have to resize them accordingly. In this article, you will learn how to resize images using C# from within your .NET applications. Moreover, you will learn how to resize raster images and vector images explicitly.
December 20, 2021 · 3 min · Usman Aziz

Create Scanned PDF to Excel Converter with OCR in Java

Scanned PDF files comprise data in image format because they are often created by scanners. In certain situations, you may require numerical information from a scanned PDF file. So you can perform OCR operations for creating an Excel file. This article covers how to create a scanned PDF to Excel converter with OCR feature programmatically in Java.
December 18, 2021 · 2 min · Farhan Raza

Convert SVG to HTML on Linux in C#

SVG (Scalable Vector Graphic) images are frequently used because they can be scaled without affecting the quality of the image. In certain situations, you might need to convert SVG to an HTML file. This article covers how to convert SVG to HTML on Linux programmatically using C#.
December 18, 2021 · 2 min · Farhan Raza

Read Emails via IMAP in Python

In various cases, the email servers are accessed from within the Python applications to read emails or implement email clients. For retrieving emails from an email server, Internet Message Access Protocol (IMAP) protocol is commonly used. In this article, we will show you how to read emails from a server using IMAP in Python. The article will explicitly cover how to connect to an email server, access the desired folder, and read emails.
December 17, 2021 · 3 min · Usman Aziz

Convert DWF to PDF File using C#

DWF files contain two-dimensional or three-dimensional drawing data which may contain text or graphics. The data is stored in a compressed format to keep the size small. In certain situations, you may need to convert a DWF file to a PDF document for making it compatible with different system environments. This article covers how to convert DWF to PDF using C#.
December 17, 2021 · 2 min · Farhan Raza