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#.
Convert EOT to WOFF or WOFF2 in C#
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 because it enables sites to load faster while using less bandwidth. In some scenarios, you may need to convert an EOT font to WOFF format. Accordingly, this article explains how to convert an EOT font to WOFF or WOFF2 format programmatically in C#.
Set Up Activity Logging in EWS Client using C# .NET
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 contain system information about the operation of the client application, for example, user or program actions. In this article, we will cover how to set up EWS client activity logging using C# .NET.
Convert SVG to PDF in C#
SVG (Scalable Vector Graphics) is popular image format that works regardless of resolution. Whereas, PDF is the most widely used document format and known for keeping the original formatting intact. In this article, we’ll learn how to convert SVG to PDF in C#.
Convert PSD to JPG in C#
Are you looking for a way to convert your PSD files to JPG format without using Adobe Photoshop? If so, you’ve come to the right place. In this article, we’ll show you how to convert PSD to JPG in C# by following just a few simple steps.
Create a 3D Cylinder 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 of three-dimensional cylinders with different transforms and variations. It explains how to create a 3D cylinder with a shear bottom, shear top, and fan cylinder with different theta lengths programmatically in C#.