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

Convert MS Project MPP Files to SVG Format using C#

The SVG format is often used for embedding content in web and desktop applications. There might be scenarios where you need to embed the content of Microsoft Project MPP files in such applications. In these circumstances, converting the MPP file to SVG format will prove to be helpful. In light of this, this article will teach you how to convert MPP files to SVG format programmatically using C#.
August 27, 2021 · 3 min · Muhammad Ahmad

Convert EPS Postscript File to TIFF, EMF, or WMF Image in C#

EPS files are encapsulated PostScript files that are used to place images in a postscript document. You can convert EPS files to different file formats programmatically. Please refer to the following headings for more detail.
August 27, 2021 · 2 min · Farhan Raza

How to Insert Text to PDF in C#: A Comprehensive Guide for Developers

Learn how to add text to PDF documents in C# using our easy-to-follow tutorial. Discover the best methods for adding text to PDFs in C# and improve your document editing skills.
August 26, 2021 · 3 min · Usman Aziz