Find and Replace Text in Word Documents using C++

Find and replace lets MS Word update every instance of a phrase instantly, saving you from manual edits. This guide shows how to perform find and replace in Word documents directly from C++ applications, ideal for batch updating multiple files.
January 12, 2021 · Usman Aziz

Convert HTML to JPG, PNG, TIFF, or BMP Image in Java

HTML is frequently used to display data and information over web pages, web applications, and different platforms. You may need to convert HTML to an image like JPG, PNG, TIFF, BMP, etc. You can perform the conversion programmatically using Java language in your Java-based applications. Moreover, the API takes care of rendering HTML to image and you do not need to worry about underlying details of the file formats. Simply use the API calls and the HTML file will be rendered nicely.
January 11, 2021 · Farhan Raza

Protect and Unprotect Excel Files in Java

Excel files are used to store small as well as large-sized data in the form of rows and columns. Along with data storage, you can perform other operations such as computations and data analysis using graphs and charts. Since data is worth being protected, MS Excel allows you to protect the Excel files. This article covers how to automate the protection of MS Excel files programmatically. Particularly, you will learn how to protect and unprotect Excel files using Java.
January 11, 2021 · Usman Aziz

Convert PowerPoint PPT to HTML in Java

PowerPoint PPTX/PPT to HTML conversion could be useful when you need to embed the presentations within your web pages. Since PowerPoint files can not be displayed directly within web applications, you can adopt PowerPoint to HTML conversion for creating slide shows. Accordingly, this article covers how to convert slides in PowerPoint presentations to HTML using Java.
January 9, 2021 · Usman Aziz

Convert EML and MSG Emails to PDF in C#

When you need to embed email content in web or desktop apps, converting messages to a display‑ready format is essential. Email‑to‑PDF conversion offers a simple solution. This guide delivers a step‑by‑step tutorial and C# code sample for converting emails to PDF.
January 7, 2021 · Usman Aziz

Watermark PDF File in C#: A Complete Guide for Developers

Learn how to add and remove a watermark to your PDF in C#. Watermark your PDF files in a few easy steps using the powerful C# PDF watermarking library.
January 7, 2021 · Farhan Raza

Create MS Project Files Programmatically using Java

MS Project is a popular project management tool that helps managers efficiently plan, schedule, and control projects. Users can create tasks, add resources, and assign work to those resources, while also defining timelines and managing budgets. In many cases, organizations require custom project workflows or need to automate project management within web or desktop applications.
January 6, 2021 · Usman Aziz

Install and Apply License for Aspose.Total API

Aspose.Total provides a full suite of APIs for creating, editing, converting, and manipulating hundreds of file formats. Purchase the complete package and easily install or apply licenses for each API.
January 5, 2021 · Farhan Raza

Protect or Unprotect Word Documents using C++

The protection of digital documents has always been a hot topic. As far as Word documents are concerned, MS Word provides several content protection features that limit the user’s access to the document. You can protect the document with a password and apply desired restrictions to avoid unauthorized access. In accordance with that, this article covers how to automate Word document protection within C++ applications. Particularly, you will learn how to protect and unprotect Word documents using C++.
January 5, 2021 · Usman Aziz

Add or Remove Annotations in PDF Files using C#

PDF annotations let you markup PDF content with comments, popups, and graphics, even though PDFs are hard to edit. This guide shows how to programmatically add and remove annotations in PDF files using C#.
January 4, 2021 · Usman Aziz