In certain cases, we may need to export map data from OpenStreetMap (OSM) to display on Google Earth. Google Earth uses KML files to display geographic data. In this article, we will learn how to convert an OSM to KML in C#.
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.
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.
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#.
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.
Convert LaTex to SVG using C# LaTex Library
Easily convert LaTeX to SVG in C# with Aspose.TeX for .NET, rendering equations directly to scalable SVG files.
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#.
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.
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.
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.