Category Archive: Aspose.Words Product Family

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

Send Word Document in Email Body using C#

The presentation of the emails' body is one of the important factors to engage the readers. Therefore, emails are well formatted using headings, subheadings, tables, images, and etc. However, most of the built-in email editors do not provide advanced formatting options. In order to tackle this limitation, this article covers how to compose your emails using Word documents as email body in C#.

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

Convert Email Messages to PDF using C++

Emails are the primary source of communication over the internet, especially in business environments. There might be cases such as discussing and finalizing the client's software requirements for product development. After completing the software requirements, you might need to generate a final set of documents containing the emails and other details to share with your team. In such scenarios, converting the email to PDF may prove to be helpful. In this article, you will learn how to convert an email message to PDF format using C++.

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

Split MS Word Documents using Java

In various cases, you need to split an MS Word document into multiple documents. For example, you may need to create a separate document for each page, section, or a collection of pages in a Word document. In order to automate the document splitting, this article covers how to split MS Word documents programmatically using Java. The following sections provide a step by step tutorial and code samples of the above-mentioned splitting criteria.

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

Find and Replace Text in Word Documents using C++

Find and replace is a useful feature provided by MS Word that lets you update all occurrences of a particular text at once. Thus, you do not have to locate and replace the text in the whole document manually. In this article, you will learn how to find and replace text in Word documents from within C++ applications. This could be useful when you need to replace a particular text in a number of documents in one go.

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

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++.

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

Mail Merge in MS Word Documents using Java

This post covers how to perform Mail Merge operations in MS Word documents using Java. By the end of this article, you will learn how to create Mail Merge templates and execute Mail Merge programmatically.

Posted in Aspose.Words Product Family | Tagged , ,

Protect or Unprotect MS Word Documents using Java

MS Word allows you to protect the DOCX document with various mechanisms. You can set a password that is required to open the document. On the other hand, you can specify the protection levels such as making the document read-only, allowing comments or form fields only, and etc. In this article, you are going to learn how to automate the MS Word protection features in order to protect or unprotect DOCX files in Java-based applications.

Posted in Aspose.Words Product Family | Tagged , ,

Convert RTF Documents to PDF using C#

RTF is a popular file format that 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. PDF, on the other hand, is one of the most widely used digital document formats which provides cross-platform support. The conversion of the documents to PDF format is highly in practice. Therefore, in this article, you will learn how to convert an RTF document to PDF programmatically using C#.

Posted in Aspose.Words Product Family | Tagged ,

Convert DOCX to DOC or DOC to DOCX with C# VB.NET

Microsoft Word Documents are majorly of two types, DOC and DOCX. You can convert DOCX to DOC as well as from DOC to DOCX using C# or VB.NET programmatically. Each document can be processed and converted one by one or you can batch convert the DOC and DOCX files if you need to work with a lot of files.

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

Add or Remove Watermark in Word (DOC/DOCX) using C++

Watermarks are usually used to show ownership or the nature of the document. You can add/insert or remove watermark in Word Documents (DOC/DOCX) programmatically using C++. For instance, a word document contains classified information and you want to add a watermark in the file then these requirements can be met efficiently with Aspose.Words for C++ API.

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