English

Print OneNote .one Notebook Programmatically using Java

OneNote notebooks are commonly used to keep important notes. You may need to print your notes on paper for some reason. In this article, you will learn how to print the OneNote Notebook files in your Java applications.
September 9, 2021 · 3 min · Farhan Raza

Convert PowerPoint PPT to TIFF in C++

Tagged Image File Format (TIFF is an image format that is commonly used for print purposes due to its high quality. There might be cases where you need to convert your PPTX files to TIFF format for printing purposes. For that, this article will teach you how to convert PowerPoint PPTX/PPT files to TIFF format programmatically using C++.
September 8, 2021 · 3 min · Muhammad Ahmad

Convert IGS IGES File to PDF Programmatically using C#

IGS files are used by the Computer-Aided Design applications as they contain design information. You can convert IGS files to PDF format documents in order to view the contents in multiple operating systems and environments. Please refer to the following sections for more details about the conversion.
September 8, 2021 · 2 min · Farhan Raza

Clone Slides in PowerPoint Presentations using C#

In certain cases, you may need to clone the slides in PowerPoint presentations. The cloning process makes the copy of a slide within or in another presentation without changing the original slide. In this article, you will learn how to automate slide cloning in PowerPoint presentations. Particularly, the article will cover how to clone slides within a PowerPoint presentation or from one presentation to another using C#.
September 7, 2021 · 4 min · Usman Aziz

Convert JSON to CSV in Node.js

JSON files are widely used to transmit data between different applications. CSV, on the other hand, is also a commonly used format to store the data in a comma separated format. In certain cases, you may need to import data from JSON files to CSV. For such cases, this article covers how to convert JSON data to CSV programmatically using Node.js.
September 7, 2021 · 2 min · Usman Aziz

Add Comments in Excel Worksheets using C++

Microsoft Excel provides the option to add comments in Excel files. There can be several reasons for adding comments, such as explaining a formula or adding contextual information that might be useful to the reader. Comments may also be used to suggest edits in the worksheet. Furthermore, you can set the font size, height, width, etc., of the comments. In this article, you will learn how to add comments to Excel worksheets programmatically using C++.
September 6, 2021 · 3 min · Muhammad Ahmad

Add Slide Transitions in PowerPoint PPT/PPTX with Java

Slide transitions are used to add visual effects, which occur while moving from one slide to another in a PowerPoint slideshow. You can also set transition sound, speed, duration, and other effects according to the context of your presentation. Accordingly, this article covers how to add slide transitions in PowerPoint presentations programmatically using Java.
September 6, 2021 · 3 min · Usman Aziz

Create a Multi-Column PDF in Java: A Complete Guide

Various types of publications such as magazines, newspapers, research articles, etc. use multi-column page layouts. While generating such documents programmatically, you may need to create multi-column PDFs. For such cases, this article covers how to create multi-column PDF files using Java.
September 6, 2021 · 2 min · Usman Aziz

Convert 3D Object File OBJ to FBX or STL Format in C#

OBJ files geometric objects which enable forward or backward transmission of geometric data. This article covers the conversion of an OBJ file to FBX or STL format file.
September 6, 2021 · 2 min · Farhan Raza

Convert JSON Data to CSV in Python

JSON is a well-known and widely used format to keep and share structured data. Often, it is used to transmit data between different types of applications. CSV, on the other hand, is also used to store the data in a comma-separated format. In certain cases, you may need to import data from JSON files to CSV. Therefore, in this article, you will learn how to convert JSON data to CSV programmatically using Python.
September 4, 2021 · 3 min · Usman Aziz