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

Convert HTML To PDF in C#: The Ultimate Solution

Discover how to transform an HTML file, HTML string, or live webpage into a PDF using C#. This guide shows you how to load HTML documents programmatically and generate PDF files.
November 29, 2022 · Muzammil Khan

Convert KML to SHP in C#

KML is a file format used to display geographic data. Whereas, the SHP file contains geometry data as a set of vector coordinates. In some use cases, you might want to convert a KML file to SHP format. Following such scenarios, this article discusses how to convert a KML file to SHP format programmatically in C#.
November 28, 2022 · Farhan Raza

Merge EPUB Files in C#

EPUB files are widely supported by software readers as different books and writings are published electronically. In certain cases, you may want to merge different EPUB files into a single file in C#. In accordance with such scenarios, this article explains how to merge EPUB files programmatically in C#.
November 25, 2022 · Farhan Raza

Read XBRL Files in Python

In this article, you will learn how to read XBRL files programmatically in Python. You can read and extract objects or elements such as schema reference, context, unit, items, etc from the XBRL or iXBRL documents.
November 25, 2022 · Muzammil Khan

Convert PFB to TTF in C#

The Printer Font Binary (PFB) font is Adobe’s Type 1 font. The Windows operating system uses Adobe Type 1 fonts stored in PFB files. In this article, you will learn how to convert PFB to TTF using C#.
November 24, 2022 · Muzammil Khan