Read Barcode From Multi-Page TIFF Image in C#

TIFF images are commonly used to save multiple barcodes in a single file. In certain scenarios, you may need to read different barcodes from a TIFF file. Following such requirements, this article covers how to read different types of barcodes from a TIFF image programmatically in C#.
December 14, 2022 · Farhan Raza

Convert URL to PDF in C#

As a C# developer, you can easily export any kind of HTML webpage from a live URL directly into a PDF document programmatically. In this article, you will learn how to convert a webpage from a live URL to a PDF document in C#.
December 14, 2022 · Muzammil Khan

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