Category Archive: Aspose.Words Product Family

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

Split a Word Document into Multiple Files in Python

In certain cases, you need to split the large Word documents by breaking them down into smaller ones. You can split a Word document by pages, sections, or columns. In this article, you will learn how to split a Word document into multiple files using Python. The step-by-step guide and code samples will demonstrate how to split a Word document by sections, pages, or page ranges programmatically.

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

Copy Content of a Word Document to Another using Python

In various cases, you may need to copy the content of a Word document to another. Also, you may need to create a clone of the original Word document. To automate these operations, this article covers how to copy the content from one Word document to another in Python. Moreover, you will learn how to create a copy of the Word documents programmatically.

Posted in Aspose.Words Product Family | Tagged , ,

Automate MS Word Mail Merge in Python

MS Word mail merge is a popular feature that allows you to create letters, invoices, envelopes, reports, etc. Using mail merge, you can create a template and populate it with the data. As a result, a document is generated for each entry in the data source. To automate this feature, this article covers how to perform MS Word mail merge using Python. You will learn how to create a mail merge template from scratch and populate it programmatically.

Posted in Aspose.Words Product Family | Tagged , ,

Unprotect Word Documents in Python

In various cases, the Word documents are protected with a password before they are shared. On receiving the protected documents, you need to unlock them to access their content. To perform the unlocking programmatically, this article covers how to unprotect a password-protected Word document using Python. Moreover, we will cover how to remove restrictions applied to a Word document dynamically.

Posted in Aspose.Words Product Family | Tagged , ,

Protect Word Documents using Python

The information stored in Word documents is always prone to be accessed illegally. To avoid unauthorized access and forging while transmitting the documents, a protection mechanism must be applied. In this article, you will learn how to protect Word documents with a password in Python. Moreover, the article will cover how to apply different protection types to a Word document dynamically.

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

Combine Word Documents using Python

There could be various scenarios when you have to combine multiple Word documents into a single file. For example, when multiple persons are writing different sections of a document and you need to combine the content at the end. On the other hand, you may need to merge all the invoices in one Word document. To perform this merging programmatically, this article covers how to combine multiple Word DOCX/DOC documents in Python.

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

Convert Word Documents to Markdown using C#

These days, a large number of articles, blogs, and documentation are written in Markdown (MD) format. However, the Markdown syntax often becomes difficult to remember and write for large-sized documents. To make things easier, you can write content in MS Word and then convert DOCX or DOC document to Markdown. To automate Word to Markdown conversion, this article covers how to convert Word documents to Markdown (.md) files using C#.

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

Compare Two Word Documents in Python

Comparison of Word documents is performed in various cases to identify the differences. Various online tools allow you to compare Word documents, however, you may need to implement the comparison feature from within your applications. To achieve it, this article shows how to compare two Word documents in Python.

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

Convert RTF Documents to PDF using Python

RTF format was introduced by Microsoft to create rich text documents. The interoperability offered by RTF format allows you to exchange the content between different Microsoft products. Alongside, PDF is one of the most widely used document formats that provides cross-platform support. In certain cases, you may need to convert the RTF document to PDF programmatically. To achieve that, this article covers how to convert an RTF document to PDF using Python.

Posted in Aspose.Words Product Family | Tagged , ,

Find and Replace Text in Word Documents using Python

Quite often, you need to replace a particular text or phrase in the Word documents. MS Word has a built-in feature for such cases and you can replace the desired text with one click. In this article, you will learn how to programmatically find and replace text in Word documents using Python. This could be useful when you need to replace text in a bunch of documents. Also, you can embed this feature in your Python applications to censor the Word documents before sharing.

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