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.
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#.
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.
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.
Convert XML to MPP or MPP to XML Programmatically using C#
Extensible Markup Language (XML is a file format that stores information using tags. It may be used for storing or transferring data. There might be situations where you need to transfer the data stored in an MPP file to some application that accepts XML as an input format. On the other hand, you might have project data in XML format that you may want to convert to MPP format. For such cases, you can inter-convert MPP and XML formats according to your needs. To that end, this article will teach you how to convert MPP files to XML format and vice versa programmatically using C#.
Create, Read, and Edit Excel Spreadsheets in ASP.NET MVC
In this article, you will learn **how to create, read, and edit Excel spreadsheets in an ASP.NET MVC application. For this, we will create a spreadsheet application consisting of a feature-rich grid control to display and edit Excel files, as shown below.
Read Features from OpenStreetMap (OSM) Files using C#
OpenStreetMap (OSM is a free and editable world map. It is built by volunteers and released with an open-content license. The license allows free access to the map images and underlying map data. There might be scenarios where you want to read features from OSM files within your .NET applications. To that end, this article will teach you how to read features from OSM files programmatically using C#.
Create and Manipulate Tables in PowerPoint using C#
Tables are used to arrange the data in the form of rows and columns. Moreover, they organize and summarize the data so that it can be viewed and analyzed easily. MS PowerPoint also allows you to insert tables in the presentations. Accordingly, this article covers how to create and manipulate tables in PowerPoint presentations using C#.
Create SmartArt in PowerPoint Presentations using Java
In presentations, SmartArt is used to present the information in visual form. Often, the presenters use SmartArt to make the simple text more appealing. Moreover, it is also used to create flow diagrams, processes, relationships between different entities, etc. In this article, you will learn how to create SmartArt in PowerPoint presentations programmatically using Java.
Insert and Extract Audio in PowerPoint PPT/PPTX in Java
In various cases, the presenters use sounds or audio clips in their presentations. To include sounds in the presentations, MS PowerPoint provides audio frames. In this article, you are going to learn how to automate the manipulation of the audio frames. Particularly, the article will cover how to insert or extract the audio frames in PowerPoint presentations using Java.