English

Convert PowerPoint PPT to PPTX using C++

PPT and PPTX are the 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++.
September 15, 2021 · 2 min · Muhammad Ahmad

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.
September 15, 2021 · 2 min · Usman Aziz

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.
September 13, 2021 · 2 min · Farhan Raza

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++.
September 13, 2021 · 3 min · Muhammad Ahmad

Apply Animation to Text in PowerPoint PPT using Java

Animated text is used to make 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.
September 13, 2021 · 3 min · Usman Aziz

Access or Modify Properties of PowerPoint PPT in 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#.
September 10, 2021 · 4 min · Usman Aziz

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++.
September 10, 2021 · 2 min · Muhammad Ahmad

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#.
September 10, 2021 · 2 min · Farhan Raza

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

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: DGN to JPEG, PNG, or TIFF Image Converter – Java API Installation Convert DGN File to JPEG Image Programmatically with Java Convert DGN to PNG Image Programmatically using Java DGN to TIFF Image Conversion Programmatically in Java DGN to JPEG, PNG, or TIFF Image Converter – Java API Installation Aspose.
September 10, 2021 · 2 min · Farhan Raza

Create and Edit PowerPoint PPT 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.
September 9, 2021 · 2 min · Usman Aziz