English

Convert Images to Word Document in Python

In certain cases, you have to convert a single image or a bunch of images to a Word document. To perform this operation programmatically, this article shows how to convert images to Word DOC DOCX in Python.
October 25, 2022 · 3 min · Usman Aziz

Merge EPUB Files in Java

EPUB is abbreviated for electronic publication which is frequently used to save books and other related content. These files can include words, graphics, pictures, fonts, stylesheets, etc. In some scenarios, you might need to merge some EPUB files. Following such requirements, this article explains how to merge EPUB files programmatically in Java.
October 25, 2022 · 2 min · Farhan Raza

Protect or Unprotect Visio Diagram from Changes in C#

Visio files are used to represent different graphical diagrams like network layouts, database models, object mapping, etc. Some diagrams or layouts can be confidential so you might need to protect Visio files from unauthorized access. Accordingly, this article covers securing the Visio files by protecting or unprotecting the files as per your requirements.
October 24, 2022 · 2 min · Farhan Raza

Protect or Unprotect Visio Shapes from Changes in C#

Visio files comprise various types of shapes and connectors to create different diagrams. In some cases, you may want to protect specific shapes from changes. Following such scenarios, this article explains how to protect or unprotect shapes in a Visio diagram programmatically in C#.
October 24, 2022 · 2 min · Farhan Raza

Convert LaTeX to PDF in C# .NET

The output of the LaTeX content is usually generated in PDF format. Therefore, in this article, you will learn how to convert a LaTeX file to PDF programmatically in C#. This could be useful when you have to convert a batch of LaTeX files to PDF format.
October 24, 2022 · 2 min · Usman Aziz

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 · 3 min · 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 · 2 min · 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 · 2 min · 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 · 3 min · 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 · 3 min · Muzammil Khan