PowerPoint provides a wide range of themes that you can apply in the presentations. In addition, you can define your own custom themes as per your requirements. In this article, you will learn how to work with themes of PowerPoint presentations dynamically, Particularly, the article will cover how to apply themes in the PowerPoint presentations programmatically using C#.
Import Data from JSON to Excel on Linux using .NET
MS Excel is a rich spreadsheet manipulation software that allows you to organize the data in the form of worksheets and workbooks. Alongside, it provides features such as data sorting, graph plotting, mathematical computations and etc. On the other hand, JSON is a popular format to store structured data. In certain cases, JSON data needs to be converted to Excel worksheets. For such cases, this article shows how to import data from JSON files to Excel worksheets on Linux.
Convert DAE File to OBJ 3D Object File using C#
DAE is an acronym for Digital Asset Exchange file and is commonly used by graphics processing applications. In this article, you will learn how to convert the DAE file to an OBJ file easily with few simple steps.
Convert PowerPoint PPT to PPTX using C++
PPT and PPTX are file formats that Microsoft PowerPoint uses for its presentations. PPTX is the newer version of PPT that is based on XML. Due to the support of XML, it is much easier for other programs to open the presentations with the newer PPTX format. There might be situations where you need to migrate your old PPT files to the newer PPTX format. For such cases, this article will teach you how to convert PowerPoint PPT files to PPTX format using C++.
Convert ODP to PDF Programmatically using Java
ODP format is used by OpenOffice to represent the presentation documents. It supports charts, multimedia objects, images, transitions, and much more. In this article, you will learn how to automate the conversion of ODP files to PDF. Particularly, the article covers how to convert an ODP presentation to a PDF file programmatically using Java.
Convert Markdown MD File to Word Document DOCX/DOC or XPS File in C#
Markdown is markup text to create formatted text files. This article covers how to convert a Markdown .md file to a Word document as DOCX/DOC format file, as well as from Markdown to XPS file.
Convert PowerPoint to XAML using C++
Extensible Application Markup Language (XAML is a simple and declarative language based on XML. It uses the .xaml format for its files and is mainly used to design graphical user interfaces in Xamarin Forms, UWP (Universal Windows Platform), and WPF (Windows Presentation Foundation). In XAML, you can create, initialize, and set properties of objects with hierarchical relations. In this article, you will learn how to convert PowerPoint files to XAML format programmatically using C++.
Apply Animation to Text in PowerPoint using Java
Animated text is used to make the PowerPoint presentations more attractive and draw the audience’s attention. Various types of animations are applied to the text and shapes according to the context of the presentation. Accordingly, in this article, you will learn how to apply animation to the text in PowerPoint using Java.
Access or Modify Properties of PowerPoint Files using C#
The document properties or metadata in PowerPoint files are used for identification of the presentations. Moreover, they provide additional information about the presentation such as author, title, keywords, subject, etc. In this article, you will learn how to access or modify the properties in PowerPoint files programmatically using C#.
Convert PowerPoint Presentation to Word Document using C++
There may be cases where you have a PowerPoint presentation and want to create a document that describes its contents in detail. For that, you can convert your PPTX files to Word format and modify the Word file to enter the details for each slide. In this article, you will learn how to convert PowerPoint PPTX/PPT files to Word format programmatically using C++.