English

Convert SVG to OBJ in C#

From SVG files, we may programmatically export 2D or 3D documents to OBJ files. CAD software produce and support SVG files. Drawings may now be shared in a portable format thanks to this conversion. This post will demonstrate using C# how to convert an SVG file to an OBJ file.
July 7, 2022 · 3 min · Denis Demenko

Create and Read Shapefile in C#

As a C# developer, you can easily create shapefile programmatically. You can add attributes to an existing shapefile and read the shapefile in your .NET applications. In this article, you will learn how to create and read shapefile in C#.
July 7, 2022 · 4 min · Muzammil Khan

Convert TXT File to XML in C#

TXT files provide a convenient way to note down the textual data quickly and easily. On the other hand, XML files are commonly used to store and transport data within or between applications. In certain cases, you need to export the TXT file’s data to XML format programmatically from within your C# applications. To achieve that, this article shows how to convert a TXT file to XML in C#.
July 4, 2022 · 2 min · Usman Aziz

Create Organizational Chart Programmatically in Java

An Organizational chart is used to explain the reporting or relationship hierarchy in an institute or company. You can make an Organizational chart without needing to install a user-interface based application or tool. This article covers how to create different types of Organizational chart programmatically in Java.
July 2, 2022 · 2 min · Farhan Raza

Convert Excel XLS to JSON in Python

MS Excel provides a convenient way to keep and manipulate data in the form of worksheets. It lets you perform various types of calculations and operations on data quite easily. However, often you need to export Excel data to JSON format and use it in your Python applications programmatically. To achieve that, this article shows how to convert an Excel file to JSON in Python.
July 2, 2022 · 3 min · Usman Aziz

Create Organizational Chart Programmatically in C#

An Organizational chart is used to depict the structure of a business, government or an organization. They can be disgned for different reasons like making a policy or planning purposes. You may create different type of organizational charts by making different shapes and connectors. This article covers how to create an Organizational chart in C#.
July 2, 2022 · 2 min · Farhan Raza

Create ORG Chart Programmatically in Java

An ORG chart is used to explain the reporting or relationship hierarchy in an institute or company. You can make an ORG chart without needing to install a user interface based application or tool. This article covers how to create different type of ORG chart programmatically in Java.
July 2, 2022 · 2 min · Farhan Raza

Convert Screenshot to Text with OCR in C#

screenshot can include text, image, drawings etc. where you might need to extract written information. In such scenarios, you can convert the screenshot to text in order to retrieve the text information. For example, there may be different incoming screenshots as the proof of payment to a company and the text information about the amount required to be extracted. In accordance with such requirements, this article covers how to convert a screenshot to text with OCR in C#.
July 1, 2022 · 2 min · Farhan Raza

C# Optical Mark Recognition (OMR) Software in .NET

As a .NET developer, you can easily integrate Aspose.OMR for .NET UI control in .NET UI applications. It enables you to develop customized GUI-based OMR Sheet Reader applications. In this article, you will learn how to develop OMR Scanner Software using C# in .NET.
July 1, 2022 · 3 min · Muzammil Khan

Merge PS Files Programmatically in Java

PS file format was created to establish connection between the computer and physical printer. It is widely used to print graphic objects because of its scalability feature. Sometimes you may want to merge several PS files into one file. Accordingly, this article covers how to merge PS PostScript files programmatically in Java.
June 29, 2022 · 2 min · Farhan Raza