English

Convert MPP to TIFF in Java

Microsoft Project allows creating, organizing, tracking, and maintaining projects in MPP format. An MPP file stores tasks, resources, assignments, timelines, budgets, and different other project-related information. In this article, we will learn how to convert MPP to TIFF in Java.
October 31, 2022 · 3 min · Muzammil Khan

Blur Images Programmatically in Java

Recently, we have written a series of blog posts to show you how to implement various image editing features such as cropping, resizing, flipping, and rotating images. Today, we are going to cover how to apply the blur effect on images. So let’s see how to blur images programmatically in Java.
October 31, 2022 · 2 min · Usman Aziz

Convert MA to USDZ File in C#

MA files consist a huge list of textual commands to specify information about the file. Whereas, a USDZ file contains information about textures, animation, etc. In certain scenarios, you might want to convert an MA file to USDZ format. Following such use cases, this article discusses how to convert MA file to USDZ format programmatically in C#.
October 28, 2022 · 2 min · Farhan Raza

Create Booklet from PDF in Java

In some instances, i.e. printing PDF, you need to create the booklet from PDF files. For example, a saddle-stitch booklet is used for printing two pages on one sheet. In this article, we are going to show you how to create booklets from PDF files programmatically in Java.
October 28, 2022 · 3 min · Usman Aziz

Convert LaTex to SVG using C# LaTex Library

Programmatically convert LaTex to SVG using a C# LaTex Library. Aspose.TeX for .NET API enables you to render LaTeX equations and save as SVG.
October 28, 2022 · 2 min · Muzammil Khan

Convert CFF to TTF Font in C#

You may need to convert a CFF file to TTF format in some scenarios. Following such requirements, this article covers how to convert a CFF file to TTF format programmatically in C#.
October 27, 2022 · 2 min · Farhan Raza

Add Image to OneNote in Java

You can easily add images, insert pictures or photos to OneNote documents programmatically. You can insert images into a new OneNote document or into an existing document with Aspose.Note for Java API. In this article, you will learn how to add an image to a OneNote in Java.
October 27, 2022 · 4 min · Muzammil Khan

How to Convert Image to PDF in Java

This article provides an easiest, step-by-step guide on how to convert an image to PDF in Java. It also covers how to convert multiple images to a single PDF. The method provided in this article ensures the high-quality and high-speed image to PDF conversion. So let’s proceed and check how to convert a single or multiple images to PDF in Java.
October 26, 2022 · 3 min · Usman Aziz

Validate XBRL Document in Python

You can easily validate XBRL instance document or iXBRL document programmatically in Python using the Python XBRL validator API. In this article, you will learn how to validate XBRL instance documents in Python.
October 25, 2022 · 3 min · Muzammil Khan

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