Convert PS or EPS to Word DOCX or DOC in Java

EPS or PS are postscript files that can be used for placing different graphics. In some scenarios, you may need to convert an EPS or PS PostScript file to a Word Document as DOCX or DOC file. This article covers EPS to Word DOCX file format conversion programmatically using Java.
October 12, 2021 · Farhan Raza

Extract Tables from a PDF in Java

PDF is one of the ruling document formats these days. It supports text, graphics, tables, annotations, and a range of other elements. In certain cases, you may need to extract data from the tables in PDF documents such as invoices. To achieve this programmatically, the article covers how to extract data from tables in PDF using Java.
October 11, 2021 · Usman Aziz

Disable Compatibility Checker in Excel Files using C#

Various versions of MS Excel are available and being used around the world. This makes it possible that the newer versions provide features that may not be available in the older ones. Therefore, MS Excel uses the compatibility checker to degrade the features which are not supported by an older format when saving the files. However, in certain cases, you have to disable the compatibility checker. In this article, you will learn how to disable the compatibility checker for MS Excel workbooks in C#.
October 10, 2021 · Usman Aziz

How to Read Excel Files in C#

MS Excel files are largely used to keep tabular data in the form of worksheets. Often, the huge datasets are also maintained in Excel files. Therefore, you may come across a scenario where you need to read and fetch data from the worksheets in an Excel file. To achieve that, this article shows how to read Excel files in C#. We will demonstrate how to read the whole Excel file or only a single worksheet programmatically.
October 10, 2021 · Usman Aziz

Apply Theme in PowerPoint Presentations using C++

Microsoft PowerPoint provides a wide variety of themes that you can use in your PowerPoint presentations. These themes improve the look and feel of the presentations and make them perfect for modern and sophisticated pitches. You can also apply themes to PowerPoint files dynamically within your C++ applications. To that end, this article will teach you how to apply themes in PowerPoint presentations programmatically using C++.
October 8, 2021 · Muhammad Ahmad

Create or Edit Excel Files on Linux using Java

These days, spreadsheets are widely used to keep and share a large amount of tabular data. Also, you can perform various operations such as applying formulas, generating charts and graphs, sorting and filtering data, and so on. The spreadsheets automation has brough a revolution in various industries. The dynamic creation and manipulation of the spreadsheets have made the data handling quite easier. In order to perform spreadsheet manipulation programmatically, this article covers how to create Excel XLSX or XLS files from scratch on Linux using Java.
October 8, 2021 · Usman Aziz

Convert DGN to JPEG, PNG, or TIFF Image in C#

DGN files are two-dimensional or three-dimensional (2D/3D) drawings that are usually supported by construction CAD applications. You may need to convert it to an image for previewing it in more system environments. This article covers DGN to JPEG, PNG, or TIFF image conversion with all the important details.
October 7, 2021 · Farhan Raza

Add Watermark to PowerPoint Slides using C++

A watermark identifies the state of the document with texts like confidential, draft, etc., and makes it difficult for the original document to be copied. Watermarks are also used to specify the ownership of a document by showing the company name or logo. Watermarks in PowerPoint files can be both image or text-based. In this article, you will learn how to add text and image watermarks to PowerPoint slides using C++.
October 7, 2021 · Muhammad Ahmad

Create a Multi-Column PDF in C#: PDF Library

Multi-column PDFs are used for various types of publications such as magazines, newspapers, research articles, etc. While working with PDF automation, you may come across a scenario where you need to generate a multi-column PDF programmatically. Following that, this article covers how to create multi-column PDF files using C#.
October 6, 2021 · Usman Aziz

Insert or Extract Images from OneNote File in C#

OneNote files are popularly used for taking notes. In certain situations, you might need to extract or insert an image in a OneNote .one document. This article covers how to insert or extract images from a OneNote file using C#.
October 5, 2021 · Farhan Raza