English

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

Convert SVG to EPS or PS PostScript File using C#

SVG files are commonly used because they are scalable without losing image quality. You can convert an SVG file to EPS or PS Postscript files programmatically using C#. You can explore in-depth information about the conversion under the following sections.
October 5, 2021 · 2 min · Farhan Raza

Convert JSON to CSV in C#

JSON is an immensely used format to store structured data. In various cases, JSON files are used to transmit data between applications. Alongside, CSV is also used to store the data as comma-separated values. In this article, you will learn how to import data from JSON files to CSV programmatically. Particularly, the article will cover how to convert JSON data to CSV using C#.
October 4, 2021 · 3 min · Usman Aziz

Convert Word Documents to HTML using Java

To embed the content of Word documents into your applications, you might need to perform the conversion. The most widely opted conversions in such cases are Word to HTML or Word to image. Following that, this article covers how to convert Word DOCX or DOC files to HTML using Java. Also, we’ll discuss how to keep resource files in a separate folder.
October 3, 2021 · 2 min · Usman Aziz

Convert IFC to JPG or PNG Image using Java

IFC files are used to model different buildings for construction purposes. In certain situations, you might want to convert an IFC file to a JPG or PNG image to display the model on different operating systems. This article explains how to convert an IFC file to an image programmatically using Java.
October 2, 2021 · 2 min · Farhan Raza

Convert JSON to Excel in Python

MS Excel is a useful tool for storing and organizing data in tables. It has many features, such as multiple worksheets and functions for sorting, graphing, and doing math. JSON is another way to store and share data using key-value pairs. Sometimes, you might need to import JSON data into Excel sheets in a Python application. Following that, this article covers how to convert JSON data to Excel XLSX XLS in Python.
October 1, 2021 · 3 min · Usman Aziz

Convert PSD to TIFF Image Programmatically with Java

Images are often designed using Photoshop application. The output files are in the PSD format that can be opened or edited with a few programs. So you might need to convert a PSD file to a TIFF image programmatically using Java. The following sections explain the PSD conversion.
October 1, 2021 · 2 min · Farhan Raza

Copy Content from a Word Document to Another in Java

While working with MS Word documents, you may need to copy the content from one document to another. Moreover, the clones of Word documents are also required in certain cases. To automate these operations, this article covers how to copy the content from one Word document to another in Java. Also, you will learn how to create a copy of a Word document programmatically.
October 1, 2021 · 3 min · Usman Aziz