English

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 · 3 min · 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 · 8 min · 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 · 2 min · Farhan Raza

Convert HTML To PDF in C#: The Ultimate Solution

Learn how to convert HTML file, HTML string or a live webpage into a PDF document in C#. In this article, you’ll learn how to programmatically open HTML documents and convert them into .pdf files.
November 29, 2022 · 4 min · 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 · 2 min · 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 · 2 min · 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 · 2 min · 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 · 3 min · Muzammil Khan

Generate Swiss Barcode in C#

Swiss barcode is a unique combination of 18 digits which is used to identify a parcel, its delivery and other relevant information. In certain cases, you may need to generate Swiss barcodes for processing consignments. Accordingly, this article explains how to generate a domestic or international Swiss post mail barcodes programmatically in C#.
November 23, 2022 · 2 min · Farhan Raza

Convert EPUB to TIFF in C#

EPUB is an open standard that allows authors to store digital information such as eBooks, magazines, and other digital content in a file format that can be played back and read easy. In this article, you will learn how to convert an EPUB to a TIFF image in C#.
November 23, 2022 · 4 min · Muzammil Khan