Category Archive: Aspose.Words Product Family

The official blog of Aspose.Words for .NET, Java and C++ that contains feature-based blog posts.

Compare MS Word Documents using Java

The comparison of MS Word documents is performed to know about the difference between two versions of a document. MS Word provides a built-in option to compare the content of two documents. However, with the increased number of documents, it becomes difficult to perform the document comparison manually. In order to automate this process, this article covers how to compare two MS Word (DOC/DOCX) documents using Java.
Posted in Aspose.Words Product Family | Tagged , ,

Convert Word DOC or DOCX to HTML, MHTML in C# VB.NET

You can easily convert Word documents (DOC/DOCX) to web pages like HTML or MHTML format. Aspose.Words for .NET API can be used to perform this conversion using C# or VB.NET. Conversion of Microsoft Word documents is a popular use case so different options are supported by the API for the conversion.

Posted in Aspose.Words Product Family | Tagged , , , , , , , ,

Insert Table in Word Documents (DOC/DOCX) using C++

Using Aspose.Words for C++ API, you can insert tables in a word document. You can configure the API by downloading it from New Releases or via the NuGet gallery. Once configured properly, you can simply utilize the methods, properties, and classes exposed by the API so that a few simple API calls can be used to create, edit or manipulate Microsoft Word documents, like DOCX or DOC files.

Posted in Aspose.Words Product Family | Tagged , , , ,

Merge MS Word Documents using Java

The merger of multiple MS Word documents could be needed in various scenarios. For example, reducing the number of documents, keeping similar kinds of content in a single file (i.e. invoices), and etc. Many online applications let you merge two or more MS Word documents, however, you may need to implement document merging features within your own web or desktop applications. For such a case, in this article, you will learn how to merge MS Word documents using Java.
Posted in Aspose.Words Product Family | Tagged , , ,

Add or Remove Header and Footer in Word Documents using Java

Header and Footer are commonly used in documents to show important information like page number, topic, chapter, etc. You can add, insert, delete or remove header and footer in Word documents (DOCX/DOC) using your Java applications. In this article, we will be learning about adding or removing headers and footers.

Posted in Aspose.Words Product Family | Tagged , , , , , , ,

Split MS Word Documents using C#

Split Word Documents

MS Word documents are widely used to keep and share information. In some cases, you may need to split the data from a Word document that could be located in different sections or pages. Also, you may need to split the pages of a single document into multiple documents. In accordance with such scenarios, this article aims to show you how to split MS Word documents programmatically using C#.

Continue Reading
Posted in Aspose.Words Product Family | Tagged , ,

Create MS Word Documents (DOC/DOCX) using C++

Create Word Documents in C++

Aspose.Words is a feature-rich collection of APIs that lets you create, edit, and convert MS Word documents programmatically. It provides a wide range of basic as well as advanced features for manipulating word processing documents. In this article, you will learn how to use Aspose.Words for C++ and create MS Word documents from scratch using C++. The step by step guide as well as code samples will let you know how to insert text, images, tables, lists, and other elements in Word documents.

Posted in Aspose.Words Product Family | Tagged , , , ,

Convert Word to HTML MHTML Programmatically using C++

HTML format is popular because it is supported on almost all computer environments. WORD to HTML or MHTML conversion is helpful in scenarios like when you need to display such a file in a web application using C++. Aspose.Words for C++ API is the best choice because of its features and efficiency. You can enrich your C++ applications with the ability to convert Microsoft Word files (DOC/DOCX) to HTML or MHTML format. Following is an outline of this article where … Continue Reading

Posted in Aspose.Words Product Family | Tagged , , ,

Insert or Delete Comments in Word (DOCX/DOC) using Java

Comments are used in word documents, DOCX or DOC, for suggesting improvements and modifications. Let us explore how to insert comments as well as deleting or removing comments programmatically using Java. You can add author name, initials, comment text, date, and time based on your requirements. We will be performing all of these tasks using Aspose.Words for Java API.

Here we will be learning following use cases related to comments in word documents:

Continue Reading
Posted in Aspose.Words Product Family | Tagged , , ,

Make Fillable Form in Word | Insert, Delete Check Boxes & Fields in C#

Fillable Forms are frequently used in Microsoft Word Documents like DOC, DOCX, and other file formats. In this article, we will create a fillable form in Word document programmatically using C# with Aspose.Words for .NET API. Moreover, we will also cover removing or deleting fillable form fields.

Installation

You can configure Aspose.Words for .NET API in your .NET application and subsequently use it with C# or VB.NET. You can either download the DLL from the New Releases section … Continue Reading

Posted in Aspose.Words Product Family | Tagged , , , ,