English

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.
October 20, 2020 · 3 min · Farhan Raza

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