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 · 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 · 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 · 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 · 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 · 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 · 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 · Muzammil Khan

Viewer of DWG files based on ASP.NET

We can dynamically export 2D or 3D drawings from DWG files to PNG documents and view in browser. CAD software produce and support DWG files. Learn how to view a DWG file using ASP.NET in this post.
November 14, 2022 · Denis Demenko

Convert XPS to TIFF in Java

XPS document uses XML in layout but similar to PDF file format. In certain cases, we may need to convert XPS to TIFF images programmatically. In this article, you will learn how to convert XPS to TIFF in Java.
November 11, 2022 · Muzammil Khan

Convert GPX to GeoJSON in C#

GPX is an XML schema designed as a common GPS data format. Whereas, the GeoJSON format is an open standard design to represent geographical features. In certain cases, you may need to convert GPX to GeoJSON format. In accordance with such use cases, this article covers how to convert a GPX file to GeoJSON format programmatically in C#.
November 11, 2022 · Farhan Raza