Convert Excel to HTML using C++

Excel spreadsheets are useful in organizing, managing, and computing data. Similarly, HTML is useful for displaying content in the browser. Both formats are handy in their specific use cases. There might be cases where you have to show excel data on websites. In those cases, HTML would be the better format to use. To achieve this, you will have to convert the required Excel file to HTML. In light of this, we will learn how to convert Excel to HTML using C++.
February 6, 2021 · Muhammad Ahmad

Convert PDF to SVG in C#: A Complete Guide

PDF has become one of the dominant file formats because of its cross-platform support. Due to the consistent layout of PDF documents across heterogeneous devices, people use to prefer the conversion of documents to PDF before sharing. However, in certain cases, PDFs need to be converted into another document format. PDF to SVG conversion is widely adopted to embed the content of PDF documents in webpages. Therefore, in this article, you will learn how to convert PDF files to SVG in C# .NET.
February 4, 2021 · Usman Aziz

Find and Replace Text in OneNote (.ONE) File in Java

OneNote files can be used to organize different tasks. For example, planning your trips, some checklist, or brainstorming. Moreover, you may need to find or replace text in a OneNote Document sometimes.
February 3, 2021 · Farhan Raza

Encrypt and Decrypt Excel Files using Java

MS Excel provides you with a wide range of features to keep and analyze the data seamlessly. You can perform computations, generate charts as well as define your custom logic using VBA modules. Knowing the importance of the data in spreadsheets, MS Excel allows you to protect the workbooks using encryption. Furthermore, you can password protect the Excel files to avoid unauthorized access. In accordance with that, this article covers how to encrypt/decrypt and password-protect Excel files using Java.
February 2, 2021 · Usman Aziz

Convert PDF to SVG Format using C++

PDF is a widely used document format for exchanging documents between individuals and different organizations. It is a standard document format, but sometimes it is not the ideal format for the situation. Nowadays, a lot of people are consuming content on their mobile devices such as smartphones or tablets. In such cases, SVG is a good alternative. SVG can be scaled to different screen sizes without losing quality and is the most used format for websites. Webpages can also use CSS styling to display SVG content. For this purpose, you will need to convert the PDF files to SVG. In this article, you will learn how to convert PDF files to SVG format using C++.
February 1, 2021 · Muhammad Ahmad

Create Charts in PowerPoint Presentations using C#

Charts are used to summarize and visually represent the data within the PowerPoint presentations. Therefore, PowerPoint provides a wide range of chart types to visualize the data. Among all, the most commonly used chart types include pie charts, line charts, bar charts, histograms, stock charts, and etc. In this article, you will learn how to create these popular types of charts in PowerPoint presentations using C#.
February 1, 2021 · Usman Aziz

Split MS Word Documents using Java

Often you must divide a large MS Word file into smaller documents—by page, by section, or by a set of pages. This guide shows how to programmatically split Word documents with Java using Aspose.Words, offering step‑by‑step instructions and ready‑to‑use code samples.
January 29, 2021 · Usman Aziz

Convert EMF or WMF to SVG Programmatically using C#

WMF is abbreviated for Windows MetaFile while EMF is an improved version, known as Enhanced MetaFile. These metafiles are frequently used for printing purposes. You can easily convert EMF or WMF to SVG image file format as per your requirements.
January 29, 2021 · Farhan Raza

Convert Excel Files to Images using C++

There can be many reasons for converting Excel files to images like adding images to web pages, PDFs, Word Documents, PowerPoint Presentations, etc. In this article, we will learn how to convert Excel files to images with C++.
January 28, 2021 · Muhammad Ahmad

Add Watermark to Images using Java

Watermark is a convenient way of protecting the content and claiming the copyrights. By applying a watermark to digital documents or images, you can avoid unauthorized usage or theft. In accordance with that, this article covers how to automate watermarking feature for images within Java applications. Particularly, you will learn how to add watermark to images using Java. This can be useful especially when you need to add a watermark to a batch of images.
January 27, 2021 · Usman Aziz