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 · 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 · 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 · 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 · 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 · 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 · 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 · Farhan Raza

Insert PDF into OneNote using C#

OneNote is Microsoft’s free note-taking and digital task management software. We can easily insert any PDF document as an attachment into OneNote programmatically. In this article, you will learn how to insert PDF into a OneNote using C#.
December 2, 2022 · Muzammil Khan

Read Barcode from Image in C#

We can easily detect, recognize, and read various types of barcodes and QR codes from images programmatically. In this article, you will learn how to read barcode from an image in C#.
December 1, 2022 · Muzammil Khan

Convert SHP Shapefile to SVG in C#

SHP 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 an SHP Shapefile to SVG Scalable Vector Graphics images. Following such requirements, this article covers how to convert an SHP file to SVG format programmatically in C#.
November 29, 2022 · Farhan Raza