English

Convert Project File (MPP) to PDF Programmatically in Java

Microsoft Project Files (MPP) are used for different project management tasks like tracking and organizing projects. You can convert MPP files to PDF documents programmatically using Java. The following sections explain MPP file conversion in detail:
April 26, 2021 · 3 min · Farhan Raza

Split Text to Columns in Excel using C#

Text to columns feature in MS Excel allows you to split text in a column into multiple columns. You can split the text on a blank space, a comma, or any other character. In order to automate the feature, this article covers how to split text to columns in Excel files using C#.
April 24, 2021 · 2 min · Usman Aziz

Inserting and Deleting Rows and Columns in Excel using C++

MS Excel provides you with many features for working with Excel files. One of the basic operations that you can do is to insert or delete rows and columns. You might find yourself in situations where you need to insert or delete rows and columns while manipulating Excel files programmatically. In light of that, this article will teach you how to insert and delete rows and columns in Excel worksheets using C++.
April 23, 2021 · 4 min · Muhammad Ahmad

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 · 2 min · Muhammad Ahmad

Convert Excel Files to PDF in Android

In various cases, you may need to share the Excel files over the internet. To avoid tampering, it is a best practice to convert these files to PDF format before sharing. Accordingly, in this article, you will learn how to convert Excel XLSX or XLS files to PDF in Android apps. In addition, customization of Excel to PDF conversion will also be discussed.
April 21, 2021 · 3 min · 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 · 3 min · Farhan Raza

Create PDF File from Images using C#

In different cases, you may need to create a PDF based on a bunch of images, such as generating PDF from scanned document pages or invoices. For such scenarios, this article covers how to create PDF from the images programmatically using C#.
April 20, 2021 · 2 min · 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 · 4 min · 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 · 3 min · Farhan Raza

Convert PowerPoint PPTX or PPT to PDF using Android API

PDF has become a standard format for sharing documents over the internet, therefore, files of various formats are converted to PDF. PowerPoint PPTX or PPT to PDF is a popular conversion scenario in which slides in a PowerPoint presentation are converted to pages in a PDF. In this article, you will learn how to perform PowerPoint PPTX/PPT to PDF conversion from within your Android apps.
April 19, 2021 · 2 min · Usman Aziz