Add text Watermarks to pages, worksheets, slides or frames using Python via .NET....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Python...
Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Watermark Product Family GroupDocs.Merger...Remove Text Watermark from DOCX Using C# Update Watermark Text in...
Following code snippet shows how to add text Watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the Watermark will be added to all of them.
advanced_usage.adding_text_Watermarks.AddTextWatermark
// Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker Watermarker = new Watermarker("image.png"); // Initialize the font to be used for Watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the Watermark object TextWatermarkWatermark = new TextWatermark("Test Watermark", font); // Set Watermark properties Watermark....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...
The GroupDocs.Watermark allows to add repeated or tiled Watermarks to documents...Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...
Add text Watermarks to rendered documents using GroupDocs.Viewer in your Python applications....Watermark Product Solution GroupDocs...documents / Add text watermarks Add text watermarks Leave feedback...
The GroupDocs.Watermark allows to add text Watermarks to documents which may consists of pages, worksheets, slides or frames....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...
GroupDocs.Watermark for Java supports the following Watermark types.
TextWatermark ImageWatermark Adding Watermark to any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps to add a Watermark to a document.
Load the document Create and initialize Watermark object Set Watermark properties Add a Watermark to the document Save the document For more details please refer to the following guides:...Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...
One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is Watermarking. Watermarking allows you to protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET Watermarks are implemented as customizable text that can be added over a displayed document, overlapping its content. For the first time the ability to add Watermarks was implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions....NET is watermarking. Watermarking allows you to protect...GroupDocs.Viewer for .NET watermarks are implemented as customizable...
GroupDocs.Watermark library provides the ability to manipulate different Watermark types such as TextWatermark, ImageWatermark. These Watermarks could be added to documents, updated, removed, or searched inside already Watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options.
Here are the main GroupDocs.Watermark API concepts:
Watermarker is the main class that contains all the required methods for manipulating document Watermarks....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...