Convert EOT to TTF in Java

Are you working with Java and need to convert EOT to TTF? Don’t worry, it’s not as complicated as it sounds. In this article, we’ll walk you through the steps to easily convert EOT to TTF programmatically.
October 24, 2022 · Muzammil Khan

Generate Swiss Barcode in Java

Swiss barcode enables automated processing of parcels as they can contain information about a parcel, the sevice offering, and the delivery details. You might want to create Swiss barcode for domestic or international mail in your projects or applications. Accordingly, this article explains how to create a Swiss post mail barcode for domestic or international shipping programmatically in Java.
October 23, 2022 · Farhan Raza

Add Comment to Visio VSD VSDX Diagram in C#

You may need to add comments to Visio diagram files for different scenarios. Particularly, the Visio diagrams are annotated with comments if something needs to be modified while getting it reviewed. Following such requirements, this article covers how to add a comment to a VSD or VSDX Visio diagram programmatically in C#.
October 21, 2022 · Farhan Raza

Create a Photo Album Programmatically in C#

The world has changed a lot and digital photographs are now in the business, which are mostly kept on computers or smart phones and printed only when required. Thus, digital photo albums emerged. In this article, we’ll demonstrate how to create photo albums programmatically in C#.
October 21, 2022 · Usman Aziz

Convert HTML String to PDF in C#

As a C# developer, you can easily generate a PDF document from an HTML string programmatically. In this article, you will learn how to convert an HTML string to a PDF document in C#.
October 21, 2022 · Muzammil Khan

Apply Median and Wiener Filters to Images in C#

In this article, we are going to show you how to apply median and wiener filters, which are commonly used to denoise and smoothen images. So let’s see how to apply median and wiener filers to an image programmatically in C#.
October 20, 2022 · Usman Aziz

Convert Image to PDF in C#: A Complete Guide

Often you need to combine the images into a single file in C#. One of the best solutions is the conversion of images to a PDF file. In this article, you will learn how to convert images to a PDF in C# following a few easy steps. Also, the provided method will ensure the high-quality and high-speed C# image to PDF conversion. So let’s go through the step-by-step guide and see how to perform image to PDF conversion in C#.
October 20, 2022 · Usman Aziz

GS1-128 Barcode Generator in C#

GS1-128 is a global standard for uniquely identifying and tracking shipments across supply chains. Learn how to generate GS1-128 barcodes in C# with Aspose.BarCode.
October 20, 2022 · Muzammil Khan

Read Outlook Emails in Python

Sometimes you need to programmatically parse Outlook emails to retrieve sender, recipients, body, and headers. This guide shows how to parse and read Outlook email messages in Python and demonstrates fetching email headers automatically.
October 19, 2022 · Usman Aziz

Blur Images Programmatically in C#

When working with image manipulation, you may often need to edit the images by applying different filters/effects. Among various other effects, the blurring effect is commonly used to fade away the objects in an image. In this article, you will learn how to blur an image programmatically in C#.
October 18, 2022 · Usman Aziz