English

Create, Fill, or Edit Fillable PDF Forms with C++

With the advent of computers and the internet, a lot of information is captured digitally. Different companies came up with solutions to make this process more efficient. One such solution is the fillable PDF forms. PDF forms are a popular choice that makes it easy to capture information digitally. PDF forms may be used for capturing survey data or as admission forms. In light of this, this article will teach you how to create, fill and edit fillable PDF forms using C++.
June 18, 2021 · 5 min · Muhammad Ahmad

Create Excel File in Android Programmatically

In this article, you will learn how to implement Excel automation features from within your Android applications. After reading this article, you will be able to create Excel XLSX or XLS file from scratch in your Android app programmatically. In addition, this article will cover how to update an existing Excel file, generate charts, apply formulas, and add pivot tables in Excel worksheets.
June 18, 2021 · 5 min · Usman Aziz

Convert Visio Diagrams to HTML, SVG, or XPS with C#

Microsoft Visio Diagrams are used for creating or manipulating technical drawings. You can convert Visio Diagrams in VSD, VSDX, VDX, and several other supported file formats to an HTML Webpage, SVG Image, or an XPS file programmatically using C#.
June 18, 2021 · 3 min · Farhan Raza

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 · 3 min · 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 · 2 min · 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 · 2 min · 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 · 2 min · 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 · 2 min · 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 · 3 min · 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 · 3 min · Farhan Raza