Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 32,423 for

watermark

(0.05 sec)
  1. Adding watermarks | Documentation

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

    docs.groupdocs.com/watermark/java/adding-waterm...
  2. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding Watermark to all background images...Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/working-with-s...
  3. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs Watermarking API...Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/working-with-w...
  4. Supported document formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/supported-docu...
  5. Watermarks in PDF document | Documentation

    Learn about how many ways the Groupdocs.Watermark for Java can add Watermarks in PDF documents....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/watermarks-in...
  6. GroupDocs.Annotation for .NET

    This API allows you to digitally annotate any type of file format using .NET and C# language on any platform....Watermark Product Family GroupDocs.Merger...Latest Answers How to Add Watermark to Excel Worksheets using...

    kb.groupdocs.com/annotation/net/page/2/
  7. Load password-protected document | Documentation

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

    docs.groupdocs.com/watermark/net/load-password-...
  8. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_Watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker Watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = Watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/working-with-...
  9. Lock Watermarks in Word Documents using C#

    Watermarking is a famous way of adding labels to the documents that may indicate the state of the document such as draft, confidential, etc. It can be used to add a company’s logo behind the text of the document to avoid the ownership dispute. In some cases, people add Watermarks to the documents to protect the content. But, are you sure that the content is protected and no one can remove those Watermarks?...Watermarking is a famous way of adding labels to the documents...In some cases, people add watermarks to the documents to protect...

    blog.groupdocs.com/watermark/lock-watermarks-in...
  10. Custom Fonts in GroupDocs.Watermark - Implement...

    Learn how to utilize custom fonts in GroupDocs.Watermark to ensure branding consistency and system independence. Follow our step-by-step instructions and Docker setup....Watermark is a robust library for managing watermarks in documents...unique typography into their watermarks. In this article, we’ll explore...

    blog.groupdocs.com/watermark/using-custom-fonts...