Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Slides Product Family
Official blog of Aspose.Slides for .NET, Java, Reporting Services & JasperReports with news of newly supported features, hot fixes, technical articles, tips and videos.
Convert PowerPoint Presentations to SVG in Java
PowerPoint to SVG conversion is often performed to display the presentations in web or desktop applications. Various PowerPoint viewers also convert the presentations to SVG for slideshow. Accordingly, this article covers how to convert PowerPoint PPTX or PPT presentations to SVG files using Java.
Posted in Aspose.Slides Product Family |
Convert ODP to PDF Programmatically using C++
OpenOffice uses ODP file format for its presentation documents. ODP files are a collection of slides containing text, images, charts, animations, and other media types. There might be situations where you need to convert your ODP files to PDF format. To that end, this article will teach you how to convert ODP files to PDF format using C++.
Find and Replace Text in PowerPoint PPTX/PPT using Java
MS PowerPoint provides a useful feature of finding and replacing text in the presentations. However, you might need automation to perform this operation for a batch of files. Accordingly, in this article, you will learn how to find and replace text in PowerPoint PPTX/PPT programmatically using Java.
Convert PowerPoint PPTX/PPT to TIFF using Java
In various scenarios, such as printing, fax, etc., PowerPoint to TIFF conversion is used. To automate this conversion from within a web or desktop application, this article covers how to convert PowerPoint PPTX/PPT to TIFF using Java. Furthermore, it also shows how to customize the size and pixel format of the resultant TIFF images.
Posted in Aspose.Slides Product Family | Tagged Java PowerPoint to TIFF Converter, ppt to tiff java, pptx to tiff java
Add Watermark to PowerPoint Slides using C#
Watermarks are commonly used to specify the ownership or to prevent unauthorized usage of the documents. In this article, we'll demonstrate how to protect PowerPoint presentations by applying watermarks programmatically. Particularly, you will learn how to add text or image watermark to PowerPoint slides using C#.
Clone Slides in PowerPoint Presentations using C++
There might be situations where you need to create a copy of a slide. For example, you need to create a new slide that is similar to an existing slide. In such cases, you can clone the slide in the same presentation or another presentation and modify it according to your requirements. To that end, this article will teach you how to clone slides within the same PowerPoint presentation or to another PowerPoint presentation using C++.
Split PowerPoint Presentations using C++
There might be scenarios where you need to split PowerPoint presentations into multiple files. For example, your presentation may have various sections, and you want each section to be in a separate file. To that end, this article will teach you how to split PowerPoint PPTX/PPT presentations using C++.
Convert PowerPoint PPTX/PPT to PNG Images using C++
There might be situations where you need to convert your PowerPoint files to images. For example, to generate thumbnails or to add images of the slides to a document. For such cases, converting PowerPoint files to PNG format will prove to be helpful as PNG is a popular raster graphics format that supports lossless compression. To that end, this article will teach you how to convert your PowerPoint presentations to PNG images using C++.
Generate Thumbnails for PowerPoint PPTX or PPT using C++
Thumbnails are usually small-sized images that show the content of the files and make it easier to scroll through them. Microsoft PowerPoint shows the thumbnails for the slides that make it easy to scroll and open the desired slide. There might be situations where you want to make your own PowerPoint viewer application and want to generate the slide thumbnails dynamically. For such cases, this article will teach you how to generate thumbnails of PowerPoint PPTX or PPT presentations programmatically using C++.
Convert PowerPoint PPT to PPTX using Java
PowerPoint PPTX is an advanced version of PPT that is based on XML. With the support of XML, it becomes easier for other types of programs to open PowerPoint presentations. In order to get the benefit of the latest features offered by PPTX, you may need to convert PPT files to PPTX. For such cases, this article covers how to convert PowerPoint PPT files to PPTX using Java.