Yearly Archives: 2021

Access or Modify Properties of PowerPoint Files using Java

PowerPoint files contain some additional information known as document properties. These properties are used for the identification of the presentations, which include author, title, keywords, subject, etc. In this article, you will learn how to add, access or modify the document properties in PowerPoint files using Java.

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

Convert MS Project MPP to Images (PNG, JPEG, BMP, TIFF) using C#

Microsoft Project (MPP) files are used to track, organize and manage projects. These files contain tasks, assignments, and other project-related resources and information. If you want to share project information with someone and they do not have MS Project installed, you can convert the MPP file to images like PNGJPEGBMP, and TIFF and share those. To that end, this article will teach you how to convert Microsoft Project MPP files to images programmatically using C#.

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

Convert PowerPoint PPTX/PPT to TIFF using C#

PowerPoint to TIFF conversion could be useful in various scenarios, such as, for printing, fax, etc. In order to perform this conversion programmatically, this article covers how to convert PowerPoint PPTX/PPT to TIFF using C#. Furthermore, you will learn how to customize the size and pixel format of the resultant TIFF images.

Posted in Aspose.Slides Product Family | Tagged , ,

Print Visio Diagram Documents VSDX, DWGX, VSTX Programmatically in C#

You can print Diagram documents like VSDX, DWG, VDW, VSTX programmatically using C#. Aspose.Diagram for .NET API can be integrated into your .NET-based applications to work with Microsoft Visio files. Please refer to the following use cases for printing diagram documents,

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

Print PowerPoint Presentations using C#

Often, you may need to print the PowerPoint presentations programmatically from your web or desktop applications. In order to achieve it, this article covers how to print PowerPoint presentations using C#. Furthermore, you will also learn how to set the desired printer and other printing options dynamically.

Posted in Aspose.Slides Product Family | Tagged , ,

Split PowerPoint Presentations using Java

PowerPoint presentations are often required to be split into multiple PPTX/PPT files. You may split a presentation by each slide, even or odd slides, etc. as per your scenario. In this article, you will learn how to split the PowerPoint PPTX/PPT presentations using Java.

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

Merge or Combine Images Programmatically using C#

In this article, you will learn how to merge or combine multiple images into a single image programmatically using C#. The step-by-step guide and the code samples will demonstrate how to merge images horizontally or vertically.

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

Clone Slides in PowerPoint Presentations using Java

In various cases, you may need to make copies or clones of the slides in PowerPoint presentations. The cloning process makes the copy of a slide without disturbing the original slide. Furthermore, the clone of a slide can be made into the same presentation or into another one. In this article, you will learn how to automate slide cloning in PowerPoint presentations. Particularly, the article will cover how to clone slides within the same or another PowerPoint presentation using Java.

Posted in Aspose.Slides Product Family | Tagged , ,

Add Slide Transitions in PowerPoint Presentations using C#

Slide transitions are the visual effects that appear when you move from one slide to another in PowerPoint presentations. Moreover, you can set transition sound, speed, duration, and other effects as per your choice. In this article, you will learn how to add slide transitions in PowerPoint presentations programmatically using C#.

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

Convert RGB Images to Grayscale in Java

In various cases, you may need to convert the RGB images to grayscale or black and white, for example, in image processing, etc. In accordance with that, in this article, you will learn how to convert an RGB image to grayscale using Java. Moreover, the article will cover grayscaling and binarization of the images explicitly.

Posted in Aspose.Imaging Product Family | Tagged , ,