English

Split PowerPoint Presentations using C#

In various cases, you may need to split the PowerPoint presentations into multiple files. For example, to split a presentation by each slide, even or odd slides, and so on. In this article, you will learn how to split the PowerPoint PPTX/PPT presentations using C#.
September 3, 2021 · 2 min · Usman Aziz

Copy Rows and Columns in Excel Files using C++

Copying rows and columns is a common task that is performed while working with Excel files. There might be situations where you need to copy rows or columns in Excel files programmatically. For such cases, this article will teach you how to copy rows and columns in Excel files using C++.
September 3, 2021 · 4 min · Muhammad Ahmad

Convert PowerPoint PPT to PNG Images in C#

In certain cases, you may need to convert the slides in PowerPoint presentations to images. For example, to embed presentations in your web or desktop applications, to generate thumbnails, etc. PNG is one of the most popular image formats which uses lossless compression. Therefore, in this article, you will learn how to convert slides in PowerPoint PPTX or PPT to PNG images using C#.
September 1, 2021 · 2 min · Usman Aziz

Convert JSON to Excel in Node.js

MS Excel provides a wide range of features to keep and organize data in the form of worksheets contained by workbooks. In addition to the data organization, it lets you perform sorting, data visualization, mathematical computations and etc. In certain cases, you receive the data in JSON format and need to import it to Excel worksheets programmatically. For such cases, this article covers how to convert JSON data to Excel XLSX/XLS in Node.js.
September 1, 2021 · 3 min · Usman Aziz

Convert OneNote File (.one) to Word Document DOCX or DOC in C#

You may need to convert a OneNote file (.one) to a word document as a DOCX or DOC file. This article covers how to perform this conversion with high fidelity and efficiency.
September 1, 2021 · 2 min · Farhan Raza

Set Slide Background in PowerPoint Presentations using C#

In this article, you will learn how to set the background of slides in PowerPoint presentations programmatically using C#. Particularly, the article will cover how to set the background of normal slides as well as the master slide.
August 31, 2021 · 3 min · Usman Aziz

Convert MS Project MPP to XAML Format using C#

Extensible Application Markup Language (XAML is a simple and declarative language based on XML that uses the .xaml format for its files. In XAML, you can create, initialize, and set properties of objects with hierarchical relations. It is mainly used to design graphical user interfaces in Xamarin Forms, UWP (Universal Windows Platform), and WPF (Windows Presentation Foundation). In this article, you will learn how to convert Microsoft Project MPP files to XAML format using C#.
August 31, 2021 · 3 min · Muhammad Ahmad

Convert PUB to Word Document DOC or DOCX Programmatically in Java

In this article, you will learn how to convert or export an MS Publisher PUB file to an MS Word Document in DOCX or DOC format. The step-by-step guide will demonstrate all the details about the conversion.
August 31, 2021 · 2 min · Farhan Raza

Generate Thumbnails for PowerPoint PPTX or PPT using C#

Thumbnails are commonly used to create small-sized versions of the larger images. They make it easier to look at or scroll through the list of images. MS PowerPoint also provides you the thumbnails of the slides in a presentation. Using slides’ thumbnails, you can easily go through the presentation and navigate to a particular slide. In this article, you will learn how to generate thumbnails of PowerPoint PPTX or PPT using C#. This could be useful in scenarios such as when you need to create your own web or desktop-based PowerPoint viewer.
August 30, 2021 · 3 min · Usman Aziz

Add Header and Footer in PowerPoint Presentations using Java

Header and footer in PowerPoint presentations are used to display additional information such as slide number, author, date, etc. In this article, you will learn how to add and manage the header and footer in PowerPoint PPTX/PPT presentations programmatically using Java.
August 29, 2021 · 3 min · Usman Aziz