Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 38,315 for

watermark

(1.39 sec)
  1. Working with slide backgrounds | GroupDocs

    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-...
  2. 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...
  3. Searching watermarks | GroupDocs

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

    docs.groupdocs.com/watermark/net/searching-wate...
  4. Update watermarks | GroupDocs

    This article shows how to update existing text or image Watermarks....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  5. Add text watermarks | GroupDocs

    This article explains how to add text Watermark when rendering documents with GroupDocs.Viewer within your Java applications....Watermark Product Solution GroupDocs...documents / Add text watermarks Add text watermarks Leave feedback...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  6. Load password-protected document | GroupDocs

    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-...
  7. Restrict Searchable Objects using GroupDocs.Wat...

    Here we have another monthly release of GroupDocs.Watermark for .NET API. You can now improve search performance by specifying the objects that you want to include in Watermark search. Furthermore, from now on you can use your Dynabic.Metered account to run the API in licensed mode. Let’s have a quick overview of the new features of GroupDocs.Watermark for .NET 17.8.0. Restrict Searchable Objects - Improve Performance GroupDocs.Watermark for .NET 17....Watermark for .NET API. You can now...that you want to include in watermark search. Furthermore, from...

    blog.groupdocs.com/watermark/groupdocs-watermar...
  8. Put Text Signature into Form Fields Using Group...

    Team GroupDocs is delighted to announce the regular monthly release of GroupDocs.Signature for .NET version 17.05.0. The latest release comes up with a couple of enhancements along with a number of new features. The API has not only implemented the ability to put text signature in form fields of a document but it also provides its users with the functionality to verify those signatures. GroupDocs.Signature for .NET 17.5.0 also allows signing text signature on a document as Watermark....signature on a document as watermark. For better performance, the...Words Signatures Implement watermark feature for text signature...

    blog.groupdocs.com/signature/groupdocs.signatur...
  9. 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....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Loading Custom Fonts using C# in Windows and Li...

    I had the same problem, is there anyway to load custom font file(*.ttf)? Product Version: GroupDocs.Watermark for NET 23.7.1...Watermark Product Family csharp , dotnet , watermark-api...GroupDocs.Watermark for NET 23.7.1 1 Like Adding watermarks to PDF...

    forum.groupdocs.com/t/loading-custom-fonts-usin...