English

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,
August 10, 2021 · 3 min · Farhan Raza

Print PowerPoint PPT Presentations using C#

Often, you may need to print the PowerPoint presentations programmatically from your web or desktop applications. In order to achieve it, this article covers how to print PowerPoint presentations using C#. Furthermore, you will also learn how to set the desired printer and other printing options dynamically.
August 10, 2021 · 3 min · Usman Aziz

Split PowerPoint PPT/PPTX using Java

PowerPoint presentations are often required to be split into multiple PPTX/PPT files. You may split a presentation by each slide, even or odd slides, etc. as per your scenario. In this article, you will learn how to split the PowerPoint PPTX/PPT presentations using Java.
August 10, 2021 · 3 min · Usman Aziz

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.
August 9, 2021 · 3 min · Usman Aziz

Clone Slides in PowerPoint Presentations using Java

In various cases, you may need to make copies or clones of the slides in PowerPoint presentations. The cloning process makes the copy of a slide without disturbing the original slide. Furthermore, the clone of a slide can be made into the same presentation or into another one. In this article, you will learn how to automate slide cloning in PowerPoint presentations. Particularly, the article will cover how to clone slides within the same or another PowerPoint presentation using Java.
August 8, 2021 · 4 min · Usman Aziz

Add Slide Transitions in PowerPoint PPT using C#

Slide transitions are the visual effects that appear when you move from one slide to another in PowerPoint presentations. Moreover, you can set transition sound, speed, duration, and other effects as per your choice. In this article, you will learn how to add slide transitions in PowerPoint presentations programmatically using C#.
August 6, 2021 · 3 min · Usman Aziz

Convert RGB Image 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 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.
August 6, 2021 · 3 min · Usman Aziz

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++.
August 6, 2021 · 4 min · Muhammad Ahmad

Convert PowerPoint PPT to XAML in C#

XAML (eXtensible Application Markup Language) is an XML, UWP (Universal Windows Platform), and Xamarin Forms. In this article, you will learn how to convert the slides in a PowerPoint presentation to the XAML interfaces programmatically. Particularly, the article will cover PowerPoint PPTX to XAML conversion using C#.
August 5, 2021 · 3 min · Usman Aziz

Convert JSON to CSV in Java

JSON files are widely used to store and transmit structured data between applications. On the other hand, CSV is also used to store the data, such as datasets, as comma-separated values. In this article, you will learn how to export data from JSON files to CSV programmatically. More specifically, the article will cover how to convert JSON data to CSV using Java.
August 5, 2021 · 3 min · Usman Aziz