Monthly Archives: September 2021

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++.

Posted in Aspose.Slides Product Family | Tagged ,

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.

Posted in Aspose.Slides Product Family | Tagged , ,

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.

Posted in Aspose.HTML Product Family | Tagged , , , , , ,

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++.

Posted in Aspose.Slides Product Family | Tagged , , ,

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.

Posted in Aspose.Slides Product Family | Tagged , ,

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#.

Posted in Aspose.Slides Product Family | Tagged , ,

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/PPT 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++.

Posted in Aspose.Words Product Family, Aspose.Slides Product Family | Tagged , ,

Convert EPS or PS PostScript File to a DOCX or DOC Word Document in C#

EPS or PS postscript files can contain text, images, drawings, or vector contents, etc. In some situations, you might need to convert an EPS or PS PostScript file to a Word file in DOCX or DOC format document. In this article, you will learn EPS or PS to Word document conversion programmatically using C#.

Posted in Aspose.Page Product Family | Tagged , ,

Convert DGN to JPEG, PNG, or TIFF Image with Java

DGN to Image PNG JPG TIFF

DGN files are often used by construction CAD applications for the designs of different infrastructures like roads, bridges, buildings, etc. You can convert a DGN file to an image for different requirements. This article covers DGN to PNG, JPEG, or TIFF image conversion:

Continue Reading
Posted in Aspose.CAD Product Family | Tagged , , , ,

Create and Edit PowerPoint Files in ASP.NET

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.

Posted in Aspose.Slides Product Family | Tagged , , ,