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#.
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#.
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#.
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.
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#.
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#.
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.
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#.
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#.
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#.