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

Convert LaTeX to SVG Image in C#

The TeX is a language that consists programming as well as mark-up syntax. LaTeX is the most commonly used format which integrates different document styles like books, letters, statements, etc. In some use cases, you may want to convert TeX files to SVG images. Accordingly, this article covers, how to convert TeX to SVG image programmatically in C#.
September 26, 2022 · Farhan Raza

Auto-Fit Rows and Columns in Excel in C#

While generating Excel files, often we have to adjust the size of the rows and columns according to the length of the text. MS Excel allows you to enable auto-fitting of rows and columns for such cases. In this article, we will demonstrate how to auto-fit rows and columns in Excel files programmatically in C#. The steps and code samples will make you implement this feature in your .NET applications seamlessly. So let’s begin.
September 26, 2022 · Usman Aziz

Convert a Word DOC to PowerPoint PPT in Python

In certain cases, you need to transform a Word DOC or DOCX document into a PowerPoint PPT or PPTX presentation programmatically. To perform this conversion, this article provides the best and the simplest way of converting a Word DOC to PowerPoint PPT in Python.
September 26, 2022 · Usman Aziz