English

Extract Images from PDF in Python

While processing and analyzing the PDF documents, you may need to extract images also. Therefore, in this article, we will demonstrate how to process PDF files and extract images programmatically in Python. The step-by-step guide and code sample will demonstrate the whole image extraction process.
September 30, 2022 · 3 min · Usman Aziz

Generate EAN Barcode in C#

EAN barcode is also known as European Article Number. There are different variations of EAN codes that contain supplement data as additional digits. This article covers how to create an EAN code programmatically in C#. Moreover, it guides you on how to append supplement digits with the EAN 13 code to make it EAN 5 barcode.
September 30, 2022 · 2 min · Farhan Raza

Convert Shapefile to SVG in C#

The Shapefile format is ESRI’s one of the most common geospatial vector data formats. It is used to display geographical information. You can easily export geographic data from ESRI Shapefile (SHP) format to SVG format programmatically. In this article, you will learn how to convert a shapefile to SVG in C#.
September 29, 2022 · 3 min · Muzammil Khan

Extract Text from PDF in Python

Text extraction from PDF could be required for various purposes such as text analysis. In this article, we are going to demonstrate how easy it is to extract text from a PDF file in Python. Furthermore, you will come to know, how to extract text and save into a TXT file.
September 29, 2022 · 3 min · Usman Aziz

Adjust Row Height and Column Width in Excel using C#

In certain cases, you have to adjust the height of the rows and the width of the columns according to the content in Excel files. To achieve this, MS Excel provides Cell Width and Row Height options in the Format menu of the Cells group. However, how would you do it while working with Excel files programmatically in C#? In this article, you will learn how to adjust row height and column width in Excel files using C#.
September 28, 2022 · 3 min · Usman Aziz

Compare Two PDF Files in Python

Very often, you need to compare two versions of a PDF document and check the difference in the content. In this article, you will learn how to create your PDF difference checker tool and compare two PDF files in Python.
September 28, 2022 · 3 min · Usman Aziz

Convert MA to USDZ in Java

MA files are animation project files containing a scene’s animation, rendering, lighting, etc. as ASCII text. They are popularly used to create animations or 3D scenes for video games and movies. In some cases, you may need to convert an MA file to a USDZ file format. Following such scenarios, this article explains how to convert an MA file to USDZ format programmatically in Java.
September 28, 2022 · 2 min · Farhan Raza

Generate Maxicode Barcode in C#

A Maxicode code is a machine-readable barcode that contains dots arranged in a hexagonal shape. It can be created with different variations in different modes while containing a bullseye in the middle. In certain scenarios, you may need to create a Maxicode. Accordingly, this article covers how to create different types of Maxicodes programmatically in C#.
September 28, 2022 · 2 min · Farhan Raza

Convert MPP to TIFF in C#

Microsoft Project creates a project in MPP format. We organize, track, and maintain projects in MPP. MPP file contains tasks, resources, assignments, timelines, budgets, and different other project-related information. We can easily export project data from MPP files to multi-page TIFF images programmatically. In this article, we will learn how to convert MPP to TIFF in C#.
September 28, 2022 · 3 min · Muzammil Khan

Convert CFF to TTF Font Programmatically in Java

CFF files have the flexibility and extensibility to be used with high-quality printing environments. In some cases, you may need to convert a CFF file to TTF True Type Font format. Accordingly, this article covers how to convert CFF to TTF programmatically in Java.
September 27, 2022 · 2 min · Farhan Raza