En

Convert PUB to Word Document DOC or DOCX Programmatically in Java

In this article, you will learn how to convert or export an MS Publisher PUB file to an MS Word Document in DOCX or DOC format. The step-by-step guide will demonstrate all the details about the conversion.
August 31, 2021 · 2 min · Farhan Raza

Generate Thumbnails for PowerPoint PPTX or PPT using C#

Thumbnails are commonly used to create small-sized versions of the larger images. They make it easier to look at or scroll through the list of images. MS PowerPoint also provides you the thumbnails of the slides in a presentation. Using slides’ thumbnails, you can easily go through the presentation and navigate to a particular slide. In this article, you will learn how to generate thumbnails of PowerPoint PPTX or PPT using C#. This could be useful in scenarios such as when you need to create your own web or desktop-based PowerPoint viewer.
August 30, 2021 · 3 min · Usman Aziz

Add Header and Footer in PowerPoint Presentations using Java

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

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

Add Text to a PDF Document using C#

PDF format is widely used to generate various types of documents such as invoices, financial reports, resumes, etc. In the world of automation, PDF documents are generated and manipulated from within the web or desktop applications. Thereby, in certain cases, you may need to add text to the existing PDF files programmatically. In accordance with that, this article shows how to add text to PDF documents using C#.
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