English

Convert Visio VSDX VSD Diagram to HTML or SVG using Java

VSDX or VSD Visio diagrams are used for different industrial designs. You can convert a VSDX or VSD Diagram file to an HTML webpage or an SVG image programmatically using Java. These conversions can help you create efficient web applications as HTML and SVG files are popular over the web. The following sections explain all the details.
September 30, 2021 · 2 min · Farhan Raza

Add Header and Footer in PowerPoint Presentations using C#

Header and footer in PowerPoint presentations are used to display additional information such as slide number, author, date, etc. In this article, you will learn how to add and manage the header and footer in PowerPoint PPTX/PPT presentations programmatically using C#.
September 29, 2021 · 3 min · Usman Aziz

Convert EPS or PS PostScript File to an SVG Image using Java

EPS or PS PostScript files are based on page description language that can contain different artifacts like Text, Images, Drawings, etc. You can convert an EPS or PS Postscript file to an SVG image (Scalable Vector Graphic) as per your requirements. Please refer to the following headings for more information.
September 29, 2021 · 2 min · Farhan Raza

Convert PowerPoint PPTX/PPT to HTML in Android

PowerPoint to HTML conversion could be useful when you need to embed the presentations within your Android applications. You can convert each slide in the presentation into an HTML page. Accordingly, this article covers how to convert slides in PowerPoint PPTX or PPT to HTML in Android.
September 28, 2021 · 2 min · Usman Aziz

Convert PowerPoint PPTX/PPT to SVG in Android

PowerPoint to SVG conversion is often performed to display the presentations in Android 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 Android.
September 27, 2021 · 2 min · Usman Aziz

Import Data from JSON to Excel on Linux

JSON files are immensely used to store and transmit structured data. However, in certain cases, you may need to import data from JSON files to Excel spreadsheets. To achieve this programmatically, this article covers how to convert JSON files to Excel XLSX or XLS format on the Linux platform.
September 25, 2021 · 2 min · Usman Aziz

Rotate or Crop PSD Image using C#

PSD images are frequently used to design graphics and visuals. In some cases, you might want to crop or rotate a PSD image for different aesthetic requirements. In this article, you will learn how to crop or rotate a PSD image using C#. Please go through the following headings for more information.
September 25, 2021 · 3 min · Farhan Raza

Convert PUB to HTML Webpage File with Java

PUB files are frequently used for designing large-scale documents like brochures, flyers, etc. You can convert PUB files to HTML webpage. In this article, you will learn all the details about the conversion, step-by-step under the following headings.
September 24, 2021 · 2 min · Farhan Raza

Create and Manipulate Tables in PowerPoint using Java

Tables are used to well organize the data in the form of rows and columns. Moreover, they summarize the data to be viewed and analyzed easily. MS PowerPoint also allows the presenters to create tables in the presentations. Accordingly, in this article, you will learn how to create and manipulate tables in PowerPoint presentations using Java.
September 23, 2021 · 4 min · Usman Aziz

Create SmartArt in PowerPoint Presentations using C#

SmartArt in presentations is used to provide the information in visual form. Sometimes, it is opted to make the simple text more appealing. Whereas, in other cases, it is used to demonstrate flow diagrams, processes, relationships between different entities, etc. In this article, you will learn how to create SmartArt in PowerPoint presentations programmatically using C#.
September 22, 2021 · 3 min · Usman Aziz