Convert Visio to SVG in Python
If you are looking for a way to export Visio diagrams into SVG image format using Python? You have come to the right place. This article will explain how to… Read More »Convert Visio to SVG in Python
If you are looking for a way to export Visio diagrams into SVG image format using Python? You have come to the right place. This article will explain how to… Read More »Convert Visio to SVG in Python
If you’re a programmer, you might need to work with Excel spreadsheets. Sometimes you’ll need to create and fill Excel files, which I explained in a previous article. Today, I’ll… Read More »Insert and Delete Rows and Columns in Excel in Java
Are you looking for a way to convert HTML webpages or documents into JPG using C#? If you are a developer who has to convert HTML pages to JPG or… Read More »Convert HTML to JPG in C#
DWG drawing 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 in a… Read More »Search Text in DWG Drawing File Programmatically in C#
It is often required to create different graphical objects by drawing shapes including circles, lines, rectangles, etc. These shapes could also be used for the annotation of the images. In… Read More »Draw Shapes in C#: Lines, Arcs, Ellipses, and Rectangles
Are you looking for a way to convert MS Project files to PDF format without using Microsoft Project? If so, you’ve come to the right place. In this article, we’ll… Read More »Convert MS Project to PDF in 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… Read More »Use CSS Selectors in HTML using C#
GeoJSON is a format for encoding different geographic data structures. Whereas, SVG images are popularly used owing to their scalability. In certain cases, you may need to convert a GeoJSON… Read More »Convert GeoJSON to SVG in C#
Have you ever wanted to insert a PDF or other document into OneNote document programmatically? You’re in luck, because this article will show you how to insert PDF into a… Read More »Insert PDF into OneNote using C#
Are you looking for a way to read barcodes or QR codes from images programmatically? If you are a developer, and you need to create your own barcode reader application?… Read More »Read Barcode from Image in C#