English

Convert MS Project MPP Files to SVG Format using C#

The SVG format is often used for embedding content in web and desktop applications. There might be scenarios where you need to embed the content of Microsoft Project MPP files in such applications. In these circumstances, converting the MPP file to SVG format will prove to be helpful. In light of this, this article will teach you how to convert MPP files to SVG format programmatically using C#.
August 27, 2021 · 3 min · Muhammad Ahmad

Convert EPS Postscript File to TIFF, EMF, or WMF Image in C#

EPS files are encapsulated PostScript files that are used to place images in a postscript document. You can convert EPS files to different file formats programmatically. Please refer to the following headings for more detail.
August 27, 2021 · 2 min · Farhan Raza

How to Insert Text to PDF in C#: A Comprehensive Guide for Developers

Learn how to add text to PDF documents in C# using our easy-to-follow tutorial. Discover the best methods for adding text to PDFs in C# and improve your document editing skills.
August 26, 2021 · 3 min · Usman Aziz

Convert XML to MPP or MPP to XML Programmatically using C#

Extensible Markup Language (XML is a file format that stores information using tags. It may be used for storing or transferring data. There might be situations where you need to transfer the data stored in an MPP file to some application that accepts XML as an input format. On the other hand, you might have project data in XML format that you may want to convert to MPP format. For such cases, you can inter-convert MPP and XML formats according to your needs. To that end, this article will teach you how to convert MPP files to XML format and vice versa programmatically using C#.
August 25, 2021 · 3 min · Muhammad Ahmad

Create, Read, and Edit Excel Spreadsheets in ASP.NET MVC

In this article, you will learn **how to create, read, and edit Excel spreadsheets in an ASP.NET MVC application. For this, we will create a spreadsheet application consisting of a feature-rich grid control to display and edit Excel files, as shown below.
August 25, 2021 · 3 min · Usman Aziz

Read Features from OpenStreetMap (OSM) Files using C#

OpenStreetMap (OSM is a free and editable world map. It is built by volunteers and released with an open-content license. The license allows free access to the map images and underlying map data. There might be scenarios where you want to read features from OSM files within your .NET applications. To that end, this article will teach you how to read features from OSM files programmatically using C#.
August 23, 2021 · 2 min · Muhammad Ahmad

Create and Manipulate Tables in PowerPoint using C#

Tables are used to arrange the data in the form of rows and columns. Moreover, they organize and summarize the data so that it can be viewed and analyzed easily. MS PowerPoint also allows you to insert tables in the presentations. Accordingly, this article covers how to create and manipulate tables in PowerPoint presentations using C#.
August 23, 2021 · 4 min · Usman Aziz

Create SmartArt in PowerPoint Presentations using Java

In presentations, SmartArt is used to present the information in visual form. Often, the presenters use SmartArt to make the simple text more appealing. Moreover, it is also used to create flow diagrams, processes, relationships between different entities, etc. In this article, you will learn how to create SmartArt in PowerPoint presentations programmatically using Java.
August 22, 2021 · 3 min · Usman Aziz

Insert and Extract Audio in PowerPoint PPT/PPTX in Java

In various cases, the presenters use sounds or audio clips in their presentations. To include sounds in the presentations, MS PowerPoint provides audio frames. In this article, you are going to learn how to automate the manipulation of the audio frames. Particularly, the article will cover how to insert or extract the audio frames in PowerPoint presentations using Java.
August 21, 2021 · 3 min · Usman Aziz

Apply Animation to Text in PowerPoint using C#

Animated text in PowerPoint presentations is used to draw the attention of the audience. Moreover, it brings life to the content of the presentations. You can apply animation effects to text, shapes, and the slides. In this article, you will learn how to apply animation to the text in PowerPoint using C#.
August 20, 2021 · 3 min · Usman Aziz