English

Convert PowerPoint to JPG using C++

Microsoft PowerPoint is a powerful and feature-rich software that allows you to create beautiful slides to use in your meetings. Even though PowerPoint is great for presentation purposes, it is not ideal for displaying content on the web, especially if the content is for information purposes only. For this, the better option would be to convert the PPTX files to images such as JPEG or PNG. In this article, you will learn how to convert PowerPoint to JPG programmatically using C++.
March 6, 2021 · 3 min · Muhammad Ahmad

Extract Text from PowerPoint Files using C#

You may often need to extract text from the PowerPoint slides in order to perform text analysis. On the other hand, you may want to extract and save the text in a file or database for further processing. In accordance with that, this article covers how to extract text from PowerPoint presentations using C#. Particularly, you will learn how to extract text from a specific slide or whole presentation.
March 6, 2021 · 2 min · Usman Aziz

Convert Excel Files to PDF in Node.js

Excel spreadsheets are commonly used to store and analyze data in the form of rows and columns. However, in various cases, you need to convert the Excel files to PDF before sharing them over the internet. In order to automate Excel to PDF conversion, this article shows how to convert Excel files to PDF programmatically using Node.js. Furthermore, advanced options to customize the Excel to PDF conversion are also discussed.
March 5, 2021 · 2 min · Usman Aziz

Apply Matrix, Global, Local, World Coordinate Transformation in C#

Coordinate systems are important while working with graphics and shapes. The coordinate axis can be rotated for obtaining new axes through the same origin. Let us explore the following coordinate transformations including Matrix, Global, Local, and World transformations programmatically using C# language. Moreover, you will be able to understand the following transformations after going through this article:
March 4, 2021 · 3 min · Farhan Raza

Convert PowerPoint to PDF using C++

Many organizations use PowerPoint presentations for meetings or other group discussion scenarios. There might be situations where you need to share the same information with other people. In such cases, you may either choose PPTX or PDF format. If the file is to be used for presentations only, then the PPTX file format is acceptable. But if the file is to be shared for information purposes, then the PDF format is a better and user-friendly option. In this article, you will learn how to convert PowerPoint slides to PDF format using C++.
March 3, 2021 · 3 min · Muhammad Ahmad

Create and Manipulate Table of Contents in Word Document in C#

Table of Contents (TOC) in a Word document gives you an overview of what a document contains. Furthermore, it lets you navigate to a particular section of the document. In this article, you will learn how to work with a table of contents in Word documents programmatically using C#. Particularly, this article covers how to add, extract, update or remove a table of contents in Word documents.
March 2, 2021 · 4 min · Usman Aziz

Convert GeoJson to TopoJson and vice versa using C#

GeoJSON is used for representing geographical features with non-spatial features. Whereas, TopoJSON is an extension of GeoJSON that utilizes Topology. You can convert GeoJSON to TopoJSON as well as TopoJSON to GeoJSON as per your requirements.
March 2, 2021 · 3 min · Farhan Raza

Generate PDF File from Images using Java

In various cases, you may need to convert a collection of images to a PDF file. For example, you may want to insert all images from an album into a single PDF file. On the other hand, you may need to generate PDF from the images of a scanned document. In order to deal with such cases, this article covers how to generate a PDF from multiple images using Java.
March 1, 2021 · 3 min · Usman Aziz

Add, Insert, or Draw Text on PNG, JPEG, TIFF, Icon, GIF Image using C#

We see or create a lot of images for visual information. Sometimes you need to add or draw text on an image in such a manner that nobody else can modify that text. Image watermark is one of the most common examples. Likewise, labeling or reviewing images may also require drawing text.
February 28, 2021 · 3 min · Farhan Raza

Compress PNG, JPEG, and TIFF Images in Java

In various scenarios, the images are compressed to reduce their file size. For this, different online or offline applications allow you to apply image compression. However, in certain cases, you may need to implement the image compression feature from within your web or desktop applications. For such cases, this article covers how to compress images including PNG, JPEG, and TIFF programmatically using Java.
February 26, 2021 · 3 min · Usman Aziz