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 TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...
This page contains release notes for GroupDocs.Assembly for Java 18.10. Major Features Supported removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values for templates of Word Processing, Presentation, and Email file formats.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-89 Support removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values for Word Processing Documents Feature ASSEMBLYNET-91 Support removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values for Presentation Documents Feature ASSEMBLYNET-92 Support removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values for Email Documents Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...values for Word Processing documents Feature ASSEMBLYNET-91 Support...
This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
Let's learn how to add text watermark to RTF using C#. Furthermore, you'll receive a code example that demonstrates how to insert text watermark to RTF in C#....Comparison Product Family GroupDocs...RTF using C# In the realm of document processing and manipulation...
Note This page contains release notes for GroupDocs.Annotation for .NET 21.8 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 21.8:
Implemented ability to auto scale Watermark depending on the length of the string for all most popular supported Document formats. Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-1783 Auto scale Watermark string depending on the length of the string for PDF Documents Feature ANNOTATIONNET-1782 Auto scale Watermark string depending on the length of the string for Images Document Feature ANNOTATIONNET-1781 Auto scale Watermark string depending on the length of the string for Cells Document Feature ANNOTATIONNET-1780 Auto scale Watermark string depending on the length of the string for Slides Document Feature ANNOTATIONNET-1779 Auto scale Watermark string depending on the length of the string for Diagrams Document Feature ANNOTATIONNET-1778 Auto scale Watermark string depending on the length of the string for Word Document Feature Public API and Backward Incompatible Changes 1....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...
Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps.
Load the Document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the Document Save the Document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...
This article explains that how to parse data from PDF Documents...Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...
This article explains how to delete signature of the certain type with GroupDocs.Signature API....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...