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 · 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 · 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 · 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 · 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 · 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 · 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 · 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 · Farhan Raza

AutoFit Excel Rows and Columns in Java

While generating and processing Excel spreadsheets programmatically, you may need to enable this feature dynamically. To achieve that, this article shows how to autofit rows and columns in Excel files in Java.
September 27, 2022 · Usman Aziz

Add Image to OneNote in C#

As a .NET developer, you can easily add images to OneNote documents programmatically. You can insert images into a new OneNote document or an existing document with Aspose.Note API. In this article, you will learn how to add an image to a OneNote in C#.
September 26, 2022 · Muzammil Khan