Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 32,426 for

watermark

(0.05 sec)
  1. Add watermarks to email attachments | Documenta...

    The API allows you to add Watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_Watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark Watermark = new TextWatermark("Test Watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker Watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = Watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. Searching watermarks | Documentation

    This article explains how to search Watermarks while using GroupDocs. Watermarks Java API....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/searching-wat...
  3. Supported file formats | Documentation

    This topic lists file formats supported by GroupDocs.Watermark for Python....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Python...

    docs.groupdocs.com/watermark/python-net/support...
  4. Watermarking Java API on GroupDocs Blog | Docum...

    Watermarking Java API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermarking Java API on GroupDocs Blog | Document Automation Solutions for .NET......Watermarking Java API on GroupDocs Blog | Document Automation...Developers Recent content in Watermarking Java API on GroupDocs Blog...

    blog.groupdocs.com/id/tag/watermarking-java-api...
  5. Add image watermarks | Documentation

    This article shows how to add an image Watermark and save the resultant document. It is capable of adding Watermarks to images or documents....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Python...

    docs.groupdocs.com/watermark/python-net/add-image/
  6. Hello, World! | Documentation

    Get started with GroupDocs.Watermark for Python via .NET by creating and running a minimal example....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Python...

    docs.groupdocs.com/watermark/python-net/hello-w...
  7. Load password-protected document | Documentation

    This article explains how to load password-protected document while using GroupDocs. Watermarks Java API....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/load-password...
  8. GroupDocs.Annotation Product Family

    Find answers about annotating digital documents and images of various types using code on any platform....Watermark Product Family GroupDocs.Merger...Latest Answers How to Add Watermark to Excel Worksheets using...

    kb.groupdocs.com/annotation/page/3/
  9. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Watermark Product Family GroupDocs.Merger...Add Text Watermark to PNG using C# Add Text Watermark to JPG using...

    kb.groupdocs.com/categories/page/13/
  10. Basic Usage | Documentation

    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...

    docs.groupdocs.com/watermark/java/basic-usage/