Convert Image to Word Document (DOCX) with OCR using C++

Images and scanned documents may contain textual information that you might need to process further. You might have captured pictures of text documents using your smartphone that you want to convert to editable documents. For this, performing OCR on the images can prove to be helpful. With OCR, you can convert images to searchable and editable Word documents. To that end, this article will teach you how to convert images to Word documents using C++.
June 16, 2021 · Muhammad Ahmad

Convert PUB to Word Document (DOC/DOCX) in C#

Microsoft Publisher files are popularly used for professional designing and editing tasks. You can convert a PUB file to a Word document in DOC and DOCX format. This article covers how to convert the publisher files programmatically using C#.
June 16, 2021 · Farhan Raza

How to Extract Images from a PDF in C#: A Step-by-Step Guide

PDF format is widely used to create read-only documents for sharing and printing. Generally, PDF documents contain images along with text and in certain cases, you may need to extract these images while parsing the PDFs. Following that, this article covers how to extract images from PDF programmatically in C# .NET.
June 15, 2021 · Usman Aziz

Copy Rows and Columns in Excel using Java

In certain cases, you need to copy rows and columns in an Excel file without copying the entire worksheet. To perform this operation programmatically, this article covers how to copy rows or columns in an Excel worksheet using Java.
June 15, 2021 · Usman Aziz

Add Comments in Excel Worksheets using Python

MS Excel supports adding comments to the cells in the worksheets to provide additional information. In various cases, comments are used to explain a formula. Moreover, MS Excel allows you to define the font size, height, width, etc. of the comments. In this article, you will learn how to add comments to the Excel worksheets programmatically using Python.
June 15, 2021 · Usman Aziz

Convert Image to Searchable PDF File with OCR using C++

Images and scanned documents may contain textual information that you might need to process further. For this, performing OCR operations on such images may prove to be helpful. You can extract text from such images and save it as a searchable PDF file. To that end, this article will teach you how to convert images to searchable PDF files using C++.
June 14, 2021 · Muhammad Ahmad

Convert OneNote File to Image Programmatically using Java

Creating digital notes is like an everyday activity these days. Many people keep notes including text, drawings, pictures, and much more. You can convert such notes to images programmatically using Java. OneNote file can be rendered to JPG, PNG, as well as TIFF image with different color modes and compressions. The following sections discuss the conversions in detail.
June 14, 2021 · Farhan Raza

Add Watermark to PowerPoint Slides using Java

Watermarks are commonly used to specify the ownership or to prevent unauthorized usage of the documents. On the other hand, they are also used to display the status of a document such as a manuscript, draft, etc. In this article, you will learn how to add text or image watermark to PowerPoint slides using Java.
June 13, 2021 · Usman Aziz

Create and Edit Excel Files in PHP

Spreadsheets have become an essential part of keeping, organizing, and analyzing the data. Since automated solutions are more in business these days, the trend of creating and manipulating Excel documents (XLS/XLSX) has emerged and growing at a huge pace. Following the above-mentioned scenario, this article covers how to create Excel XLSX or XLS files in PHP based web applications.
June 11, 2021 · Usman Aziz

Working With Pivot Tables in Excel Files using C++

Pivot tables rearrange data to represent it in a meaningful way. They provide different sorting options and provide sums, averages, or other statistics by grouping data together. It is an essential tool for data analysis and is a fundamental part of MS Excel. You might find yourself in scenarios where you need to create and manipulate pivot tables programmatically. To that end, this article will teach you how to work with pivot tables in Excel files using C++.
June 10, 2021 · Muhammad Ahmad