Convert PFB to TTF in C#
The Printer Font Binary (PFB) font is Adobe’s Type1 font. The Windows operating system uses Adobe Type 1 fonts stored in PFB files. In certain cases, we may need to… Read More »Convert PFB to TTF in C#
The Printer Font Binary (PFB) font is Adobe’s Type1 font. The Windows operating system uses Adobe Type 1 fonts stored in PFB files. In certain cases, we may need to… Read More »Convert PFB to TTF 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… Read More »Generate Swiss Barcode in C#
Do you want to convert documents from EPUB format to TIFF images? If so, you’ve come to the right place. In this article, we will learn how to convert EPUB… Read More »Convert EPUB to TIFF in C#
Barcodes are graphic symbols used to identify products. In the retail industry, GS1-128 barcodes are ubiquitous. Many companies around the world exchange data using the GS1-128 standard. As an eCommerce… Read More »GS1-128 Barcode Generator in Java
Creating realistic images is challenging because it requires the right combination of colors, textures, and line thicknesses. Aliasing is a problem that occurs when creating computer graphics-related images. To create… Read More »Antialiasing in Computer Graphics using 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.… Read More »Convert GPX to CSV in C#
Logging is used for debugging, as well as for collecting and analyzing working information about the the application. This information is written to a file called a log. Log files… Read More »Set Up Activity Logging in EWS Client using C# .NET
EOT or Embedded Open Type fonts are popularly used on the web as they can be compressed to minimize the size. Likewise, WOFF (Web Open Font Format) is also popular… Read More »Convert EOT to WOFF or WOFF2 in C#
Do you want to convert SVG images into PDF documents? If so, you are in the right place. This article will show you how to convert SVG to PDF in… Read More »Convert SVG to PDF in C#
Cylinders are commonly used in three-dimensional scenes. In different graphics processing applications, you may need to create different types of cylinders. Here we will discuss how to make various kinds… Read More »Create a 3D Cylinder in C#