English

Convert PowerPoint PPT/PPTX to SVG in C#

PowerPoint to SVG conversion is often used to embed the content of the slides in web or desktop applications. Various online PowerPoint viewers also convert the presentations to SVG for slideshow. In accordance with that, this article covers how to convert PowerPoint PPTX/PPT presentations to SVG format using C#.
August 17, 2021 · 2 min · Usman Aziz

Detect Latin Symbols in TrueType and Type1 Fonts using Java

Fonts are a set of printable or displayable characters with different styles, weights, etc. They are used to add a different look and feel to documents or web pages based on different requirements. Font files contain the design and other information regarding the font. In this article, we will use the font files to detect whether a font supports Latin symbols or not programmatically with Java.
August 17, 2021 · 3 min · Muhammad Ahmad

Apply Theme in PowerPoint Presentations using Java

PowerPoint supports a range of themes that you can apply in the presentations. In addition, you can define your themes as per your requirements. In this article, you will learn how to use themes in PowerPoint presentations dynamically, Particularly, the article will cover how to apply themes in the PowerPoint presentations programmatically using Java.
August 16, 2021 · 3 min · Usman Aziz

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 · 2 min · 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 · 3 min · 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 · 2 min · 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 · 2 min · 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 · 4 min · 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 · 3 min · 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 · 3 min · Usman Aziz