Search
Follow Us
Categories
- Success Stories(157)
Archives
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#.
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#.
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,
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.