En

Convert PowerPoint Presentation to Word Document using C#

In certain cases, you may need to convert the PowerPoint presentations to Word documents. In order to automate this process or for batch conversion, this article covers how to convert PowerPoint PPTX/PPT to Word DOCX using C#.
August 2, 2021 · 2 min · Usman Aziz

Add Watermark to Word Documents using Java

Watermarks are added to the Word documents for various purposes such as preventing illegal usage, defining the ownership, displaying the document’s status, etc. In this article, you will learn how to add a watermark to Word documents using Java. The article will demonstrate the insertion of text and image watermarks into a Word document separately.
July 19, 2021 · 3 min · Usman Aziz

Add or Update Table of Contents in Word using Java

Table of Contents (TOC) in a Word document gives you an overview of the content of the document. Also, it allows you to navigate to a particular section of the document. In this article, you will learn how to work with the table of contents in Word documents programmatically. Particularly, the article covers how to add or update a table of contents in Word documents using Java.
July 2, 2021 · 3 min · Usman Aziz

Convert RTF to PDF using Java

RTF format was introduced by Microsoft for creating rich text documents. The interoperability of RTF makes it possible to exchange the content between different Microsoft products as well as heterogeneous operating systems. However, you may need to convert RTF to PDF for printing, sharing, or other purposes. Therefore, this article covers how to convert an RTF document to PDF programmatically using Java.
June 29, 2021 · 2 min · Usman Aziz

Convert DOCX to DOC or DOC to DOCX using C++

Microsoft Word documents are available in two formats, DOC and DOCX. DOC is an older format, and DOCX is its successor. You can convert DOCX files to DOC format and vice-versa. In this article, you will learn how to convert a DOCX file to DOC format and a DOC file to DOCX format. You will also see how to perform these conversions in bulk.
June 28, 2021 · 4 min · Muhammad Ahmad

Add or Remove Header and Footer in Word Documents using C++

Headers and Footers in Word documents are used to format and show important information such as the topic, chapter, page number, Copywrite, etc. While working with Word documents programmatically, you might need to add or remove headers and footers. To that end, this article will teach you how to add and remove headers and footers in Word documents using C++.
May 17, 2021 · 4 min · Muhammad Ahmad

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

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

Send a Word Document as Email in Java

In most cases, emails are sent in a well-formatted layout following a particular template. However, various email editors do not provide the enhanced formatting options. In such cases, you can create a message in a Word document and use it as an email body. In this article, you will learn how to send an MS Word document as an email body using Java.
April 26, 2021 · 2 min · Usman Aziz

Work with Table of Contents in Word Document using C#

Table of Contents (TOC) in a Word document gives you an overview of what a document contains. Furthermore, it lets you navigate to a particular section of the document. In this article, you will learn how to work with a table of contents in Word documents programmatically using C#. Particularly, this article covers how to add, extract, update or remove a table of contents in Word documents.
March 2, 2021 · 3 min · Usman Aziz