En

Add or Remove Watermark in Word Document (DOCX/DOC) in C#

Watermarks are usually used to show ownership or classification of a document. In this article, we will learn to work with watermark in word documents using Aspose.Words for .NET API. Let us cover the following use cases related to watermark. Add Text Watermark in Word Document with C# Add Image Watermark in Word Document with C# Remove Watermark from Word Document with C# Add Text Watermark in Word Document with C# You can add or insert text watermark in a word document, be it a DOC or DOCX file.
June 27, 2020 · 3 min · Farhan Raza

Find and Replace Text in Word Documents using Java

In this article, I’ll demonstrate how to find and replace text in Word (DOC/DOCX) documents programmatically using Java. The step by step guide and code samples will cover various scenarios of finding and replacing text in Word documents. MS Word provides an easy way to find and replace text in the documents. One of the popular use cases of finding and replacing text could be removing or replacing sensitive information within the documents before they are shared among various entities.
June 16, 2020 · 4 min · Usman Aziz

Create MS Word Editor in ASP.NET MVC

Aspose.Words for .NET provides a complete set of features for manipulating and converting MS Word documents within a multitude of .NET applications. Particularly, you can create new or edit the existing Word documents within the desktop or web applications. In this post, I’ll show you how to leverage the Word processing capabilities of Aspose.Words for .NET and create a web-based MS Word Editor in ASP.NET MVC. ASP.NET MVC Word Editor - Create Word Documents We are going to create an ASP.
April 17, 2020 · 2 min · Usman Aziz

Handle Word Documents in Qt Applications in Visual Studio

In the previous post, I have shown you how to integrate Aspose.Words for C++ in a Qt application using Qt Creator. In this post, we’ll check out how to set up and use Aspose.Words for C++ in Qt using Visual Studio. Later, we will create a Word document within the Qt application. Set Up Aspose.Words for C++ in Qt Application For Qt application development in Visual Studio, I have used the following Visual Studio, Qt and Qt VS Tools versions:
April 15, 2020 · 2 min · Usman Aziz

Create Word Documents in Qt Applications using Aspose.Words for C++

Qt is a popular cross-platform application development framework to develop a variety of applications for desktop, mobile, and embedded systems. C++ based Qt framework uses MOC (Meta-Object Compiler) to generate a standard C++ source from the Qt-extended C++. Since Qt supports a wide range of applications that may target various scenarios, integration of Word automation features (i.e. generating Word documents, Word to PDF, and etc.) within the Qt applications has a big scope.
April 14, 2020 · 3 min · Usman Aziz

Convert Word DOC or DOCX to PDF in C++

Welcome again to the Home of File Format APIs! In the recent past, I have written a couple of blog posts to cover various scenarios of converting Word (DOC/DOCX) to PDF programmatically in .NET (using C#) and Java applications. Since this is a popular and widely used feature, I thought to cover it for C++ as well. Therefore, in this post, I will show you how to convert Word DOC/DOCX to PDF in C++ applications.
April 10, 2020 · 3 min · Usman Aziz

Create Rich Word Documents Programmatically in Java

In recent years, the dynamic generation of Word documents has become a popular feature for composing reports, quotes, invoices, and other types of documents. Various manufacturing companies generate invoices based on the data stored in the databases. In such cases, document automation makes it possible to save time, efforts and resources required in the manual document creation process. This article aims to target the document automation process and lets you know how to create Word documents programmatically in Java.
March 11, 2020 · 4 min · Usman Aziz

Aspose.Words for .NET 20.3 is released!

This month we managed to deliver 72 improvements and fixes including 18 Enterprise and Priority support issues. Totally, 110 issues have been processed in the latest release of Aspose.Words for .NET. Updates for Xamarin Platform Starting with Aspose.Words 20.3, the support of Xamarin is changed. In earlier versions, we provided separate DLLs for Xamarin.Android, Xamarin.Mac and Xamarin.iOS. Now Xamarin developers can use Aspose.Words for .NET Standard in all the above-mentioned platforms.
March 10, 2020 · 2 min · Andrey Noskov

Generate Word Documents from Templates in C# .NET

The automated generation of Word documents is widely used by enterprises for creating a multitude of reports. In some cases, the documents are created from scratch. On the other hand, predefined templates are used to generate Word documents by populating the placeholders. In this article, I’ll demonstrate how to generate Word documents from templates dynamically and programmatically in C#. You’ll come to know how to populate the Word templates from different types of data sources.
March 5, 2020 · 4 min · Usman Aziz

Protect or Unprotect Word Documents Programmatically using C#

Microsoft Word supports a variety of protection features to protect the whole Word document or some parts of the document. Document protection comes into practice when you need to share the document with another person or party. In such cases, you may want to limit the third party’s access or permissions. On the other hand, you can also specify a password to avoid unauthorized access to the document. This article is also comprised of some easy ways to protect Word documents programmatically.
February 27, 2020 · 3 min · Usman Aziz