Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2021
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.
Convert RGB Images to Grayscale in Java
In various cases, you may need to convert the RGB images to grayscale or black and white, for example, in image processing, etc. In accordance with that, in this article, you will learn how to convert an RGB image to grayscale using Java. Moreover, the article will cover grayscaling and binarization of the images explicitly.