Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 32,854 for

groupdocs.watermark

(0.38 sec)
  1. Locking watermark in word processing document |...

    This article explains how to lock the watermarks in a Word document to restrict the editing....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/net/locking-waterm...
  2. Working with worksheet backgrounds | GroupDocs

    This article explains how to work with worksheet backgrounds while using Groupdocs.watermarking Java API...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Watermarks in PDF document | GroupDocs

    Learn about how many ways the Groupdocs.watermark can add watermarks in PDF documents....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  4. fonts on GroupDocs Blog | Document Automation S...

    fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Vie...... GroupDocs.Watermarkでのカスタムフォントの使用:包括的ガイド GroupDocs...GroupDocs.Watermark でカスタムフォントを利用してブランドの一貫性とシステムの独立性を確保する方法を学...

    blog.groupdocs.com/ja/tag/fonts/index.xml
  5. Adding text watermarks | GroupDocs

    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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/java/adding-text-w...
  6. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... GroupDocs.Watermark for Python via .NET 25...performance tweaks. GroupDocs.Watermark for .NET 25.11 is here...

    blog.groupdocs.com/
  7. Python Tiling Watermarks: 7 Examples to Protect...

    Master Python tiling watermarks with 7 practical examples. Learn to add, create, and customize watermarks for document security, remove watermarks, and protect files using Groupdocs.watermark API for enterprise content protection....special Python tool called GroupDocs.Watermark that does all the hard...import groupdocs.watermark as gw import groupdocs.watermark.watermarks...

    blog.groupdocs.com/watermark/tiling-watermark-p...
  8. Adding text watermarks | GroupDocs

    The Groupdocs.watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  9. Remove Image Watermark from ODT Using Python

    Learn how to remove image watermark from ODT using Python. This tutorial shows how to detect and delete image watermarks in ODT documents programmatically....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...Using Python Install GroupDocs.Watermark for Python via .NET using...

    kb.groupdocs.com/watermark/python/remove-image-...
  10. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular technique to indicate that the content or data inside a document is copyrighted. On the other hand, it is also used to place the company’s logo or some kind of label in the documents before they are shared within or outside the company. However, it is quite hard to apply the watermark to a bunch of documents one by one. It becomes harder if you have documents of various formats such as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etc....images in one go using GroupDocs.Watermark API. So you don’t need...you the reasons why GroupDocs.Watermark is a suitable API for...

    blog.groupdocs.com/watermark/add-watermark-to-a...