In this article, you will learn how to create or edit PowerPoint presentations in ASP.NET applications. The article will explicitly cover how to add a slide, title, background, text, shape, and images in a PowerPoint presentation. To achieve this, we will use Aspose.Slides for .NET, which is a presentation manipulation API to create, edit, and convert PowerPoint and OpenOffice files.
Print OneNote .one Notebook Programmatically using Java
OneNote notebooks are commonly used to keep important notes. You may need to print your notes on paper for some reason. In this article, you will learn how to print the OneNote Notebook files in your Java applications.
Convert PowerPoint PPT to TIFF in C++
Tagged Image File Format (TIFF is an image format that is commonly used for print purposes due to its high quality. There might be cases where you need to convert your PPTX files to TIFF format for printing purposes. For that, this article will teach you how to convert PowerPoint PPTX/PPT files to TIFF format programmatically using C++.
Convert IGS IGES File to PDF Programmatically using C#
IGS files are used by the Computer-Aided Design applications as they contain design information. You can convert IGS files to PDF format documents in order to view the contents in multiple operating systems and environments. Please refer to the following sections for more details about the conversion.
Clone Slides in PowerPoint Presentations using C#
In certain cases, you may need to clone the slides in PowerPoint presentations. The cloning process makes the copy of a slide within or in another presentation without changing the original slide. In this article, you will learn how to automate slide cloning in PowerPoint presentations. Particularly, the article will cover how to clone slides within a PowerPoint presentation or from one presentation to another using C#.
Convert JSON to CSV in Node.js
JSON files are a common way to exchange data, while CSV files store data in a simple comma‑separated format. When you need to move data from JSON to CSV, this guide shows how to convert JSON to CSV programmatically with Node.js.
Add Comments in Excel Worksheets using C++
Microsoft Excel provides the option to add comments in Excel files. There can be several reasons for adding comments, such as explaining a formula or adding contextual information that might be useful to the reader. Comments may also be used to suggest edits in the worksheet. Furthermore, you can set the font size, height, width, etc., of the comments. In this article, you will learn how to add comments to Excel worksheets programmatically using C++.
Add Slide Transitions in PowerPoint PPT/PPTX with Java
Slide transitions are used to add visual effects, which occur while moving from one slide to another in a PowerPoint slideshow. You can also set transition sound, speed, duration, and other effects according to the context of your presentation. Accordingly, this article covers how to add slide transitions in PowerPoint presentations programmatically using Java.
Create a Multi-Column PDF in Java: A Complete Guide
Various types of publications such as magazines, newspapers, research articles, etc. use multi-column page layouts. While generating such documents programmatically, you may need to create multi-column PDFs. For such cases, this article covers how to create multi-column PDF files using Java.
Convert 3D Object File OBJ to FBX or STL Format in C#
OBJ files geometric objects which enable forward or backward transmission of geometric data. This article covers the conversion of an OBJ file to FBX or STL format file.