English

Convert PUB to Word Document (DOC/DOCX) using C++

Microsoft Publisher (PUB) files are used to create professional documents and marketing materials such as brochures, newsletters, and posters. There might be scenarios where you need to convert the PUB file to a Word document in DOC and DOCX format. For such cases, this article will teach you how to convert PUB files to Word format using C++.
July 28, 2021 · 2 min · Muhammad Ahmad

Convert DXF to FBX or glTF GLB file Programmatically in C#

DXF files are exchange formats used for AutoCAD Drawing files. You can convert DXF files to binary glTF, GLB, or FBX format files programmatically using C#. The following sections elaborate more details.
July 28, 2021 · 2 min · Farhan Raza

Extract Text from PowerPoint Files using Java

You may often need to extract text from the PowerPoint slides in order to perform text analysis. On the other hand, you may want to extract and save the text in a file or database for further processing. In accordance with that, this article covers how to extract text from PowerPoint presentations using Java. Particularly, you will learn how to extract text from a specific slide or whole presentation.
July 28, 2021 · 2 min · Usman Aziz

Convert LaTeX to Word using C++

TeX is a typesetting system that has been noted as one of the most sophisticated digital typographical systems. TeX files are used for typesetting different documents and books containing text, symbols, and arithmetic expressions. Most TeX editors generate a PDF output document. There might be cases where you need the output of a TeX file as a Word document. For such cases, this article will teach you how to convert LaTeX files to Word files using C++.
July 27, 2021 · 2 min · Muhammad Ahmad

Convert PowerPoint PPT to PPTX in C#

In various cases, you may need to upgrade PPT presentations to PPTX to enjoy the advanced presentation features offered by MS Office. For such cases, this article covers how to convert PowerPoint PPT files to PPTX using C#. It aims to make the automated or batch conversion of PPT files to PPTX easier.
July 26, 2021 · 2 min · Usman Aziz

Convert PUB to Image using C++

Microsoft Publisher (PUB) files are used for printing or publishing information. There might be scenarios where you need to share these files, and the receiving party does not have access to Microsoft Publisher. In such cases, converting these files to images before sharing can prove to be helpful. To that end, this article will teach you how to convert PUB files to various image formats using C++.
July 23, 2021 · 4 min · Muhammad Ahmad

Apply Animation to Text in PowerPoint using C++

Animation is a feature provided by Microsoft PowerPoint that makes presentations more engaging and fun. It can also be used to highlight different elements on the slide to draw the audience’s attention. You can add animations to text, shapes, and other elements on the slides. In this article, you will learn how to apply animation to text in PowerPoint files using C++.
July 23, 2021 · 3 min · Muhammad Ahmad

Convert MPP to Excel XLSX or CSV Programmatically in C#

Microsoft Project (MPP) files can contain tasks, resources, assignments, and different other project-related information. You can convert MPP files to Excel format XLSX or CSV file programmatically using C#. Please refer to the following sections for further details.
July 23, 2021 · 2 min · Farhan Raza

Create SmartArt in PowerPoint Presentations using C++

SmartArt is used to enhance the experience of PowerPoint presentations and to present data visually. It can be used to make the text more prominent and appealing and also be used to show flow diagrams, processes, relational charts, etc. In this article, you will learn how to create SmartArt in PowerPoint presentations using C++.
July 22, 2021 · 3 min · Muhammad Ahmad

Convert PowerPoint PPT/PPTX 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.
July 22, 2021 · 3 min · Usman Aziz