Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 6,157 for

groupdocs.watermark,

(1.87 sec)
  1. Image Watermark on GroupDocs Blog | Document Au...

    Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve...

    blog.groupdocs.com/zh-hant/tag/image-watermark/...
  2. Release Notes on GroupDocs Blog | Document Auto...

    Release Notes on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Release Notes on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......Release Notes on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Release Notes on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope...

    blog.groupdocs.com/zh/tag/release-notes/index.xml
  3. Watermark Examples on GroupDocs Blog | Document...

    Watermark Examples on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Examples on GroupDocs Blog | Document Automation Solutions for .NET & Jav......Watermark Examples on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Examples on GroupDocs Blog | Document Automation Solutions for .NET & Jav...

    blog.groupdocs.com/zh/tag/watermark-examples/in...
  4. Advanced usage | GroupDocs

    Learn about GroupDocs.Watermark advanced usage and its multiple powerful features like document watermark customization, loading documents from different sources etc....Learn about GroupDocs.Watermark advanced usage and its multiple powerful features like document watermark customization, loading documents from different sources etc.

    docs.groupdocs.com/watermark/nodejs-java/advanc...
  5. Add watermarks to email attachments | GroupDocs

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

    docs.groupdocs.com/watermark/java/add-watermark...
  6. Watermark Word Processing Documents

    A watermark in presentation software and word processing is frequently used in a slightly different manner than digital watermarks used in other digital multimedia content. This watermark is often a faded image or text as a background of a slide or a page. It is meant to enhance but is not the focal point of the page/slide. Watermarks are sometimes used in the form of a logo, discreetly placed on a slide or page to brand the presentation or document....A watermark in presentation software and word processing is frequently used in a slightly different manner than digital watermarks used in other digital multimedia content. This watermark is often a faded image or text as a background of a slide or a page. It is meant to enhance but is not the focal point of the page/slide. Watermarks are sometimes used in the form of a logo, discreetly placed on a slide or page to brand the presentation or document.

    blog.groupdocs.com/watermark/watermarking-in-wo...
  7. Licensing and evaluation | GroupDocs

    GroupDocs.Watermark for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....GroupDocs.Watermark for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation.

    docs.groupdocs.com/watermark/python-net/licensi...
  8. Load from local disk | GroupDocs

    This article explains how to load from local disk while using GroupDocs. Watermarks API....This article explains how to load from local disk while using GroupDocs. Watermarks API.

    docs.groupdocs.com/watermark/net/load-from-loca...
  9. Save document to the specified stream | GroupDocs

    This article explains how to save document to the specified stream while using GroupDocs. Watermarks API....This article explains how to save document to the specified stream while using GroupDocs. Watermarks API.

    docs.groupdocs.com/watermark/net/save-document-...
  10. Locking watermark in word processing document |...

    This article explains how to lock the watermarks in a Word document to restrict the editing in Java....This article explains how to lock the watermarks in a Word document to restrict the editing in Java.

    docs.groupdocs.com/watermark/java/locking-water...