English

OCR PDF and Extract Text from PDF in C#

Perform OCR on PDF documents to recognize and extract text from scanned PDF documents programmatically. In this article, you will learn how to OCR PDF and extract text from scanned PDF documents in C#.
December 13, 2022 · 4 min · Muzammil Khan

Convert XER to MPP Programmatically in C#

XER files are used to store data pertaining to project management and project planning. Likewise, the MPP file format can also store such project management information. Sometimes, you may need to convert an XER file to MPP format. Following such use cases, this article covers how to convert an XER file to MPP format programmatically in C#.
December 9, 2022 · 2 min · Farhan Raza

Convert Visio to SVG in Python

In Microsoft Visio, you can create a number of diagrams, flowcharts, timelines, and other types of professional graphics. Conversion of Visio diagrams to SVG might be necessary in some cases. In this article, you will learn how to convert a Visio diagram to SVG in Python.
December 9, 2022 · 4 min · Muzammil Khan

Insert and Delete Rows and Columns in Excel in Java

In this article, I am going to show you how to implement another feature of Excel, which is inserting and deleting rows and columns. This could be useful when you have to add/remove Excel rows/columns dynamically. So let’s have a look at how to insert or delete rows and columns in an Excel sheet in Java.
December 8, 2022 · 4 min · Usman Aziz

Convert HTML to JPG in C#

Learn how to convert HTML file, webpages, or HTML string into a JPG image format using C#. In this article, you’ll learn how to programmatically generate HTML documents into JPG image.
December 8, 2022 · 5 min · Muzammil Khan

Search Text in DWG Drawing File Programmatically in C#

DWG files contain 2D or 3D design data. It is widely used by designers, engineers, and architects. In certain scenarios, you might need to find some text string in a DWG drawing file. Accordingly, this article discusses how to search text in DWG file programmatically in C#.
December 7, 2022 · 2 min · Farhan Raza

Draw Shapes in C#: Lines, Arcs, Ellipses, and Rectangles

It is often required to create different graphical objects by drawing the shapes including circles, lines, rectangles, etc. These shapes could also be used for the annotation of the images. In this article, you will learn how to draw different shapes programmatically in C#. We will demonstrate how to draw lines, ellipses, arcs, and rectangles and generate their images.
December 6, 2022 · 4 min · Usman Aziz

Convert MS Project to PDF in C#

We can easily organize, track, and maintain projects in MS Project. It uses MPP file format for storing project tasks, resources, assignments, timelines, budgets, and different other project-related information. We can easily export MS Project to a PDF document programmatically. In this article, we will learn how to convert MS Project to PDF in C#.
December 6, 2022 · 6 min · Muzammil Khan

Use CSS Selectors in HTML using C#

You can apply different rules to CSS rules by using CSS selectors. This article explains the details along with the examples of QuerySelector and QuerySelectorAll methods. You can use these CSS selectors to navigate HTML documents or to create a search pattern to match elements in an HTML document.
December 2, 2022 · 2 min · Farhan Raza

Convert GeoJSON to SVG in C#

GeoJSON files contain the geometry of a feature which is a set of vector coordinates. While the SVG files contain visual information. Sometimes you may need to render a GeoJSON file to SVG Scalable Vector Graphics images. Following such requirements, this article covers how to convert a GeoJSON file to SVG format programmatically in C#.
December 2, 2022 · 2 min · Farhan Raza