Monthly Archives: August 2021

Convert MS Project MPP to Word Document (DOC/DOCX) using C#

Microsoft Project (MPP) files are used for different project management tasks like organizing and tracking projects and managing resources. If you want the project data in a document form to modify and share further, you can achieve that by converting the MPP file to Word DOC/DOCX format. In this article, you will learn how to convert MPP files to Word documents using C#.

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

Find and Replace Text in PowerPoint PPTX/PPT using C#

Finding and replacing text is often used to update the content in PowerPoint presentations. However, in order to perform this operation for a batch of presentations, you need automation. Accordingly, this article covers how to find and replace text in PowerPoint PPTX/PPT programmatically using C#.

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

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 , ,