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#.
GS1-128 Barcode Generator in Java
The GS1 standard provides an effective means for encoding data for transportation, storage, and protection. GS1-128 barcode is a standardized identification code (ID) used to uniquely identify and track shipments within global supply chains. In this article, you will learn how to generate GS1-128 barcode in Java.
Convert GPX to CSV in C#
GPX files are used to describe GPS data like the waypoints, routes, etc. This geographic information can exist as longitude and longitude values. Whereas, the CSV files contain comma-separated values. In certain scenarios, you may need to convert a GPX file to CSV format. Accordingly, this article explains how to convert a GPX file to CSV format programmatically in C#.
Antialiasing in Computer Graphics using C#
Antialiasing is a technique that makes the graphics on your screen look smoother. If you don’t use Antialiasing, then the edges of objects can look jagged and rough. In this article, you will learn how to implement Antialiasing in Computer Graphics using C#.