Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Muhammad Ahmad Chishti
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#.
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 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#.
Convert TeX Files to Images 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. Furthermore, these files can generate output in PNG, JPEG, TIFF, and BMP image formats. In this article, you will learn how to convert TeX files to images using C++.
Create OMR Sheet Checker or Scanner with Java
Optical Mark Recognition (OMR) is frequently used to check surveys, questionnaires, and multiple-choice examination papers. It is a fast and accurate way of processing forms. In this article, you will learn how to create OMR templates and check filled answer sheets using Java.
Working with Images in PDF Files using C++
Images can be used to show a variety of things ranging from product photographs to workflows and flow charts. PDF files can contain images based on the type of information that it has. For example, a chair installation guide will include pictures of the chair demonstrating how to assemble it. There might be scenarios where you need to manipulate images in PDF files programmatically. For such cases, this article will teach you how to work with images in PDF files using C++.
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++.
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++.
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++.