English

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.
November 21, 2022 · 3 min · Muzammil Khan

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#.
November 18, 2022 · 2 min · Farhan Raza

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#.
November 18, 2022 · 3 min · Muzammil Khan

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#.
November 17, 2022 · 2 min · Farhan Raza

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.
November 17, 2022 · 5 min · Dmitrysamodurov

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#.
November 17, 2022 · 3 min · Muzammil Khan

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.
November 15, 2022 · 3 min · Muzammil Khan

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#.
November 15, 2022 · 2 min · Farhan Raza

Read Barcode From TIFF Image in Java

TIFF images are usually used to store multiple barcodes during automatic scanning. Such cases require to read multiple barcodes from the multi-frame TIFF image. Accordingly, this article explains how to read different kinds of barcodes from a TIFF image programmatically in Java.
November 14, 2022 · 2 min · Farhan Raza

Convert PSD to PNG in C#

PSD (Photoshop Document) is a native image file format for Adobe Photoshop. PSD files are commonly used to create logos, brochures, and other images. You can easily generate PNG image from PSD programmatically. In this article, you will learn how to convert a PSD to a PNG image in C#.
November 14, 2022 · 3 min · Muzammil Khan