Convert ODP to PDF Programmatically using C#

OpenOffice uses ODP format to represent the presentation documents. You can add charts, multimedia objects, images, transitions, and much more in the ODP presentations. In this article, you will learn how to automate the ODP to PDF conversion. Particularly, the article covers how to convert an ODP presentation to a PDF file programmatically using C#.
August 15, 2021 · Usman Aziz

Split or Merge 3D Mesh in 3D File Programmatically in C#

You can split all meshes of a 3D scene into several sub-meshes. Likewise, you can merge multiple meshes into a single mesh programmatically using C#. This article covers the splitting and merging of 3D meshes in different scenarios.
August 13, 2021 · Farhan Raza

Convert MS Project MPP to Word Document (DOC/DOCX) in 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 format. In this article, you will learn how to convert MPP files to Word documents using C#.
August 13, 2021 · Muhammad Ahmad

Find and Replace Text in PowerPoint PPT using C#

Finding and replacing text is often used to update the content in PowerPoint presentations. However, 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#.
August 12, 2021 · Usman Aziz

Access or Modify Properties of PowerPoint PPT in 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.
August 12, 2021 · Usman Aziz

Convert MS Project MPP to Images (PNG, JPEG, BMP, TIFF) in 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 PNG, JPEG, BMP, 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#.
August 12, 2021 · Muhammad Ahmad

Convert PowerPoint PPT PPTX 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.
August 11, 2021 · Usman Aziz

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,
August 10, 2021 · Farhan Raza

Print PowerPoint PPT 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.
August 10, 2021 · Usman Aziz

Split PowerPoint PPT/PPTX 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.
August 10, 2021 · Usman Aziz