English

Convert CSV to Excel in Python

CSV (Comma Separated Values) is a commonly used file format to keep, import, and export data from one application to another. Furthermore, most of the datasets in the field of data science are stored in CSV files. However, in certain cases, you have to convert comma separated values in CSV to tabular form in Excel’s XLSX or XLS workbooks. For such scenarios, this article covers how to convert CSV files to Excel in Python.
May 17, 2021 · 3 min · Usman Aziz

Convert PNG or JPG Image to PSD Programmatically using Java

JPG and PNG images are some of the most used raster image formats. You can convert a JPG or PNG image to PSD file format as per your requirements. It can be helpful in scenarios when you want to combine different layers into one file. You can explore more details under the following sections.
May 11, 2021 · 2 min · Farhan Raza

Convert Excel Files to PDF in PHP

Excel spreadsheets are widely used to store and analyze data in the form of rows and columns. However, in various cases, you need to convert the Excel files to PDF before sharing them over the internet. In order to automate Excel to PDF conversion, this article shows how to convert Excel files to PDF programmatically using PHP. Furthermore, advanced options to customize the Excel to PDF conversion are also discussed.
May 11, 2021 · 3 min · Usman Aziz

Working with Table of Contents in Word Documents using C++

Table of Contents (TOC) is an important part of a Word Document. It provides an overview of the document’s content and allows you to navigate to your desired section quickly. You might find yourself in scenarios where you need to add, extract, update or remove the table of contents from Word documents programmatically. To that end, this article will teach you how to work with the table of contents in Word files using C++.
May 11, 2021 · 4 min · Muhammad Ahmad

How to Extract Images from PDF in Java

While parsing the PDF files, you may need to extract images along with text from the documents. To perform this operation programmatically, this article covers how to extract images from PDF documents in Java. The steps by step guide along with API references and code sample demonstrate the complete image extraction procedure.
May 10, 2021 · 2 min · Usman Aziz

Compress and Extract Files with GZip in C#

GZip archives (.gz are used to compress one or more files using the GNU zip compression algorithm. It is commonly used for file compression in UNIX operating systems. In this article, you will learn how to compress files and create GZip (.gz) archives programmatically using C#. Moreover, the article will also cover how to extract GZip archives using C#.
May 7, 2021 · 3 min · Usman Aziz

Add Watermark to Excel Worksheets in Python

Watermarking is one of the common ways of protecting documents from unauthorized usage. More often, a watermark defines the ownership of the copyrighted content. In accordance with that, this article covers how to perform watermarking in Excel files programmatically. Particularly, you will learn how to add watermark to an Excel worksheet using Python.
May 7, 2021 · 2 min · Usman Aziz

Convert PDF to HTML using C++

PDF is a standard document format that is widely used for exchanging documents between individuals and different organizations. Even though it is popular, it may not always be the ideal choice for showing content. For example, on web pages, HTML is the better choice for a more satisfying user experience. If you want to display PDF content on a website, then converting it to HTML may prove to be helpful. In light of this, this article will teach you how to convert PDF documents to HTML format using C++.
May 7, 2021 · 4 min · Muhammad Ahmad

Generate Barcode in Node.js Applications

Barcodes are used to visually represent the data in the form of graphical objects. Different types of barcodes are used in various cases, such as Code128, QR code, Aztech, Pdf127, and etc. In this article, you will learn how to implement barcode generation features in your web applications. Particularly, the article will cover how to generate barcodes of different symbologies within Node.js applications.
May 6, 2021 · 3 min · Usman Aziz

Working with Comments in Word Documents using C++

Microsoft Word provides you the ability to add comments to Word documents. Comments can be helpful in cases such as suggesting improvements in documents or sharing thoughts on the text. There might be situations where you need to manage comments programmatically. To that end, this article will teach you how to work with comments in Word documents using C++.
May 5, 2021 · 5 min · Muhammad Ahmad