Add, Extract, and Remove VBA Macros in PowerPoint using Java
VBA macros are used to perform repetitive tasks, generate charts and forms, etc. in PowerPoint presentations. While working with the presentations programmatically, you may need to manipulate VBA macros. In accordance with that, in this article, you will learn how to add, extract or remove VBA macros in PowerPoint presentations using Java.
Create OneNote Files Programmatically using Java
OneNote files are used to keep the information organized as digital notes. You can create OneNote files from scratch using Java. In this article, you will explore different features like adding text, pages, or tags in .One files.
Set Slide Background in PowerPoint Presentations using Java
In this article, you will learn how to dynamically set the background of slides in PowerPoint presentations using Java. More precisely, the article will cover how to set the background of normal slides as well as the master slide.
Convert PowerPoint Presentation to Word Document using C#
In certain cases, you may need to convert the PowerPoint presentations to Word documents. In order to automate this process or for batch conversion, this article covers how to convert PowerPoint PPTX/PPT to Word DOCX using C#.
Add, Remove, and Replace Images in PDF Files using C++
Images can be used to show a variety of things ranging from product photographs to workflows and flow charts. PDF files can contain images based on the type of information that it has. For example, a chair installation guide will include pictures of the chair demonstrating how to assemble it. There might be scenarios where you need to manipulate images in PDF files programmatically. For such cases, this article will teach you how to work with images in PDF files using C++.
Convert PowerPoint PPT to PNG in Java
The conversion of PowerPoint presentations to image formats could be used in various scenarios. For example, to display the presentations in your web or desktop applications, to generate thumbnails, etc. Since PNG is one of the most popular image formats, in this article, you will learn how to convert slides in PowerPoint PPTX or PPT to PNG images using Java.
Create Charts in PowerPoint Presentations using Java
Charts are used to summarize and visually represent the data within the presentations. To visualize the data, MS PowerPoint provides a wide range of chart types. Among all, the most commonly used chart types include pie charts, line charts, bar charts, histograms, stock charts, and etc. In this article, you will learn how to create charts in PowerPoint presentations using Java.
Convert PUB to Word Document (DOC/DOCX) using C++
Microsoft Publisher (PUB) files are used to create professional documents and marketing materials such as brochures, newsletters, and posters. There might be scenarios where you need to convert the PUB file to a Word document in DOC and DOCX format. For such cases, this article will teach you how to convert PUB files to Word format using C++.
Convert DXF to FBX or glTF GLB file Programmatically in C#
DXF files are exchange formats used for AutoCAD Drawing files. You can convert DXF files to binary glTF, GLB, or FBX format files programmatically using C#. The following sections elaborate more details.
Extract Text from PowerPoint Files using Java
You may often need to extract text from the PowerPoint slides in order to perform text analysis. On the other hand, you may want to extract and save the text in a file or database for further processing. In accordance with that, this article covers how to extract text from PowerPoint presentations using Java. Particularly, you will learn how to extract text from a specific slide or whole presentation.