Read Email Messages using C++

Emails are a primary source of communication over the internet. You might find yourself in scenarios where you want your applications to read EML and MSG files and add their contents to some file or perform some other operation on them. To that end, this article will teach you how to read email messages using C++.
April 22, 2021 · Muhammad Ahmad

Convert Excel Files to PDF in Android

Often you need to share Excel files online, and converting them to PDF prevents tampering. This guide shows how to convert Excel XLSX or XLS files to PDF in Android apps and covers customization options.
April 21, 2021 · Usman Aziz

Create Custom TeX (LaTeX) Format and Typeset to PDF, XPS in Java

Many books and journals related to Computer Science, Mathematics, and Engineering are published using TeX. You can create a custom TeX (LaTeX) format and typeset it to different formats like XPS, PDF, or image. Custom TeX is helpful when you need to design many documents in a uniform way.
April 21, 2021 · Farhan Raza

Create PDF File from Images using C#

Often you need to turn a collection of images—like scanned pages or invoices—into a single PDF. This guide shows how to programmatically create a PDF from images using C#.
April 20, 2021 · Usman Aziz

Working with Shapes in PowerPoint presentations using C++

Microsoft PowerPoint provides you the ability to add shapes to your presentations. Shapes can be helpful in scenarios such as showing the flow of data or showing different phases of a process. You can use shapes such as ellipses, lines, rectangles, etc., and connect them using connectors. You might find yourself in scenarios where you have to add shapes to PowerPoint slides programmatically. To that end, this article will teach you how to work with shapes in PowerPoint presentations using C++.
April 20, 2021 · Muhammad Ahmad

Convert DWG/DXF CAD File to JPG, PNG, GIF Image with Java

DWG files are used to store drawings in the 2D or 3D format while DXF is the Drawing Exchange Format which is used for compatibility of AutoCAD data with other applications. You can convert DWG or DXF to raster image formats like JPG, PNG, GIF, etc. as per your requirements. In this article, you will be learning the CAD file formats conversion to raster images programmatically using Java.
April 20, 2021 · Farhan Raza

Convert PowerPoint PPTX or PPT to PDF using Android API

PDF is the universal format for online document sharing, so many files are turned into PDFs. Converting PowerPoint PPTX or PPT slides into PDF pages is a common need. This guide shows how to convert PowerPoint PPTX/PPT to PDF directly in Android apps.
April 19, 2021 · Usman Aziz

Read, Add, or Remove Slide Notes in PowerPoint using Java

The slide notes are used to add additional information as a reference in the presentations. The presenters add these notes to recall the essential points relevant to their presentations. In this article, you will learn how to manipulate the slide notes in PowerPoint presentations programmatically. Particularly, the article will cover how to read, add, and remove the slide notes in PowerPoint presentations using Java.
April 16, 2021 · Usman Aziz

Create Charts in Excel Spreadsheets using C++

Charts are an excellent tool for concisely showing data. Moreover, they represent the data visually, making it easier to consume large amounts of data. You might find charts to be helpful in situations where you need to show data such as the monthly budget comparison or product adoption rate. In light of that, this article will teach you how to create charts in Excel files using C++.
April 16, 2021 · Muhammad Ahmad

Unrar or Extract Files Programmatically using C#

You can store multiple files in compressed form as RAR archive. In this article, you will learn how to Unrar or extract files from a compressed RAR archive. Please find further details in the following sections.
April 15, 2021 · Farhan Raza